This commit is contained in:
Lukasz Wlasinksi
2004-07-02 16:25:36 +00:00
parent f413bf37a2
commit 28b21550d4
6 changed files with 8 additions and 23 deletions

View File

@ -89,7 +89,7 @@ void Grenades::clear()
// *****************************************************
void CPlayer::Disconnect(){
ingame = staminaSet = fuseSet = false;
ingame = false;
savedScore = 0;
if ( ignoreBots(pEdict) || !isModuleActive() ) // ignore if he is bot and bots rank is disabled or module is paused
@ -149,7 +149,7 @@ void CPlayer::Init( int pi, edict_t* pe )
index = pi;
current = 0;
clearStats = 0.0f;
ingame = staminaSet = false;
ingame = false;
savedScore = 0;
}