cleanup
This commit is contained in:
@@ -80,8 +80,6 @@
|
|||||||
|
|
||||||
static Preference<bool> g_bAllowMultipleInstances( "AllowMultipleInstances", false );
|
static Preference<bool> g_bAllowMultipleInstances( "AllowMultipleInstances", false );
|
||||||
|
|
||||||
void ReadGamePrefsFromDisk( bool bSwitchToLastPlayedGame );
|
|
||||||
|
|
||||||
|
|
||||||
void StepMania::GetPreferredVideoModeParams( VideoModeParams ¶msOut )
|
void StepMania::GetPreferredVideoModeParams( VideoModeParams ¶msOut )
|
||||||
{
|
{
|
||||||
@@ -766,7 +764,7 @@ void StepMania::ChangeCurrentGame( const Game* g )
|
|||||||
INPUTMAPPER->ReadMappingsFromDisk();
|
INPUTMAPPER->ReadMappingsFromDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReadGamePrefsFromDisk( bool bSwitchToLastPlayedGame )
|
static void ReadGamePrefsFromDisk( bool bSwitchToLastPlayedGame )
|
||||||
{
|
{
|
||||||
ASSERT( GAMESTATE );
|
ASSERT( GAMESTATE );
|
||||||
ASSERT( ANNOUNCER );
|
ASSERT( ANNOUNCER );
|
||||||
|
|||||||
Reference in New Issue
Block a user