Reverted last changes

This commit is contained in:
Pavol Marko
2004-12-22 18:19:51 +00:00
parent 2b4ed9cc27
commit b4ad89e6ef
4 changed files with 12 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ void CPlayer::Init( edict_t* e , int i )
pEdict = e;
initialized = false;
ingame = false;
bot = false;
authorized = false;
current = 0;
@@ -58,6 +59,7 @@ void CPlayer::Disconnect() {
ingame = false;
initialized = false;
authorized = false;
bot = 0;
}
void CPlayer::PutInServer() {
@@ -68,6 +70,7 @@ bool CPlayer::Connect(const char* connectname,const char* ipaddress) {
name.assign(connectname);
ip.assign(ipaddress);
time = gpGlobals->time;
bot = IsBot();
death_killer = 0;
memset(flags,0,sizeof(flags));
memset(weapons,0,sizeof(weapons));