This commit is contained in:
Johnny Bergström
2004-03-29 14:49:50 +00:00
parent ffae6da15e
commit 75c3cd90e0
3 changed files with 32 additions and 6 deletions

View File

@ -11,7 +11,9 @@
CCstrikePlayer::CCstrikePlayer()
{
Initialize();
modelled = false;
inspectModel = false;
online = false;
}
bool CCstrikePlayer::GetModelled()