Forgot to make private functions local.

This commit is contained in:
BeniS
2012-07-18 11:31:32 +12:00
parent 28825a3298
commit 6fc11d2fa9
2 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ Game g_game;
Game::Game()
{
resetGameStates();
setClientVersion(954);
setClientVersion(860);
}
void Game::resetGameStates()