Initial commit.

This commit is contained in:
AJ Kelly
2010-01-26 21:00:30 -06:00
parent 80057f53cd
commit 3e51544930
4074 changed files with 588945 additions and 543956 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ void ScreenGameplaySyncMachine::Init()
GAMESTATE->m_PlayMode.Set( PLAY_MODE_REGULAR );
GAMESTATE->SetCurrentStyle( GAMEMAN->GetHowToPlayStyleForGame(GAMESTATE->m_pCurGame) );
AdjustSync::ResetOriginalSyncData();
RString sFile = THEME->GetPathO("ScreenGameplaySyncMachine","music.sm");
SMLoader::LoadFromSMFile( sFile, m_Song );
m_Song.SetSongDir( Dirname(sFile) );
@@ -76,7 +76,7 @@ void ScreenGameplaySyncMachine::HandleScreenMessage( const ScreenMessage SM )
ResetAndRestartCurrentSong();
return; // handled
}
ScreenGameplayNormal::HandleScreenMessage( SM );
if( SM == SM_GoToPrevScreen || SM == SM_GoToNextScreen )