From f8c3b85bbaf47ca271584554a472ab3b07385875 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Feb 2004 03:11:45 +0000 Subject: [PATCH] Remove "FATX" hack. Put the theme in an SMZIP. --- stepmania/src/ScreenEvaluation.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index e795482076..2b7cd68bb4 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -368,13 +368,7 @@ void ScreenEvaluation::Init() if( !GAMESTATE->IsPlayerEnabled(p) ) continue; // skip -#ifdef _XBOX - //shorten filenames for FATX - m_DifficultyIcon[p].Load( THEME->GetPathToG(ssprintf("ScreenEvaluation diff icons 1x%d",NUM_DIFFICULTIES)) ); -#else m_DifficultyIcon[p].Load( THEME->GetPathToG(ssprintf("ScreenEvaluation difficulty icons 1x%d",NUM_DIFFICULTIES)) ); -#endif - m_DifficultyIcon[p].SetFromNotes( (PlayerNumber)p, GAMESTATE->m_pCurNotes[p] ); m_DifficultyIcon[p].SetName( ssprintf("DifficultyIconP%d",p+1) ); SET_XY_AND_ON_COMMAND( m_DifficultyIcon[p] );