PlayMode_Invalid

This commit is contained in:
Glenn Maynard
2006-09-26 20:32:41 +00:00
parent c540417e23
commit 9c9440c8a0
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void ScreenGameplaySyncMachine::HandleScreenMessage( const ScreenMessage SM )
if( SM == SM_GoToPrevScreen || SM == SM_GoToNextScreen )
{
GAMESTATE->m_PlayMode.Set( PLAY_MODE_INVALID );
GAMESTATE->m_PlayMode.Set( PlayMode_Invalid );
GAMESTATE->m_pCurStyle.Set( NULL );
GAMESTATE->m_pCurSong.Set( NULL );
}