don't process hold note logic while paused

SM_Pause can be sent from elsewhere to pause
START unpauses when paused
don't move on to another screen when paused
This commit is contained in:
Glenn Maynard
2005-03-11 03:54:40 +00:00
parent afe1f892eb
commit f61cce45f5
4 changed files with 31 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ enum ScreenMessage {
SM_GainFocus,
SM_LoseFocus,
SM_StopMusic,
SM_Pause,
SM_User = 100
};