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
@@ -3,12 +3,12 @@
#include "ActorUtil.h"
#include "ThemeManager.h"
#include "GameState.h"
#include "GameDef.h"
#include "Game.h"
ScreenLogo::ScreenLogo( CString sName ) : ScreenAttract( sName )
{
m_sprLogo.SetName( "Logo" );
m_sprLogo.Load( THEME->GetPathG("ScreenLogo",GAMESTATE->GetCurrentGameDef()->m_szName) );
m_sprLogo.Load( THEME->GetPathG("ScreenLogo",GAMESTATE->GetCurrentGame()->m_szName) );
ON_COMMAND( m_sprLogo );
this->AddChild( &m_sprLogo );