Fixed missing/wrong theme elements

This commit is contained in:
Chris Danford
2002-09-05 03:45:07 +00:00
parent 41d4db5e6f
commit d7626f6004
19 changed files with 157 additions and 155 deletions
+4 -2
View File
@@ -54,11 +54,13 @@ ScreenHowToPlay::ScreenHowToPlay()
switch( GAMESTATE->m_PlayMode )
{
case PLAY_MODE_ARCADE:
sHowToPlayPath = THEME->GetPathTo("Graphics","how to play arcade");
break;
case PLAY_MODE_ENDLESS:
sHowToPlayPath = THEME->GetPathTo("Graphics","How To Play Arcade");
sHowToPlayPath = THEME->GetPathTo("Graphics","how to play endless");
break;
case PLAY_MODE_ONI:
sHowToPlayPath = THEME->GetPathTo("Graphics","How To Play Arcade");
sHowToPlayPath = THEME->GetPathTo("Graphics","how to play oni");
break;
default:
ASSERT(0);