more fixes to Oni and courses

This commit is contained in:
Chris Danford
2002-07-27 19:29:51 +00:00
parent f202bbe680
commit 936fabbe85
98 changed files with 1634 additions and 1156 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ ScreenSelectGame::ScreenSelectGame() :
void ScreenSelectGame::ImportOptions()
{
m_iSelectedOption[0][SG_GAME] = GAMESTATE->GetCurGame();
m_iSelectedOption[0][SG_GAME] = GAMESTATE->m_CurGame;
}
void ScreenSelectGame::ExportOptions()
@@ -79,7 +79,7 @@ void ScreenSelectGame::ExportOptions()
// Switch the current style to the frist style of the selected game
Game game = (Game)m_iSelectedOption[0][SG_GAME];
GAMESTATE->SwitchGame( game );
GAMESTATE->m_CurGame = game;
PREFSMAN->ReadGamePrefsFromDisk();
INPUTMAPPER->ReadMappingsFromDisk();
}