This commit is contained in:
Glenn Maynard
2005-09-03 06:13:30 +00:00
parent c8bdc188d4
commit 267e913b4d
11 changed files with 3 additions and 26 deletions
-7
View File
@@ -1,19 +1,14 @@
#include "global.h"
#include "ScreenMapControllers.h"
#include "PrefsManager.h"
#include "GameConstantsAndTypes.h"
#include "ScreenManager.h"
#include "PrefsManager.h"
#include "RageLog.h"
#include "InputMapper.h"
#include "GameManager.h"
#include "GameState.h"
#include "GameSoundManager.h"
#include "ThemeManager.h"
#include "Game.h"
#include "HelpDisplay.h"
#include "ScreenDimensions.h"
#include "ThemeMetric.h"
#include "Command.h"
static const ThemeMetric<apActorCommands> EVEN_LINE_IN ("ScreenMapControllers","EvenLineIn");
@@ -102,8 +97,6 @@ void ScreenMapControllers::Init()
m_iWaitingForPress = 0;
SOUND->PlayMusic( THEME->GetPathS("ScreenMapControllers","music") );
Refresh();
}