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
+2 -2
View File
@@ -8,7 +8,7 @@
#include "GameState.h"
#include "GameManager.h"
#include "RageLog.h"
#include "GameDef.h"
#include "Game.h"
#include "Style.h"
#define NEXT_SCREEN THEME->GetMetric("ScreenStyleSplash","NextScreen")
@@ -23,7 +23,7 @@ ScreenStyleSplash::ScreenStyleSplash( CString sName ) : ScreenWithMenuElements(
{
SOUND->StopMusic();
CString sGameName = GAMESTATE->GetCurrentGameDef()->m_szName;
CString sGameName = GAMESTATE->GetCurrentGame()->m_szName;
CString sStyleName = GAMESTATE->GetCurrentStyle()->m_szName;
LOG->Trace( ssprintf("ScreenStyleSplash: Displaying Splash for style: %s", sStyleName.c_str()));