rename GameDef -> Game

This commit is contained in:
Chris Danford
2004-07-25 17:07:32 +00:00
parent 06c3b710fa
commit ff4c12b727
39 changed files with 212 additions and 220 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ int GameState::GetNumSidesJoined() const
return iNumSidesJoined;
}
const GameDef* GameState::GetCurrentGameDef()
const Game* GameState::GetCurrentGame()
{
ASSERT( m_pCurGame != NULL ); // the game must be set before calling this
return m_pCurGame;