rnd-20030126-1-src
[rocksndiamonds.git] / src / events.c
index e97d0f9881607aafc7a84281114acabbf1d43507..332dcca21ea8adcc1dacc6a92a2b4fd69976a7cd 100644 (file)
@@ -127,6 +127,8 @@ void HandleOtherEvents(Event *event)
 
     case EVENT_UNMAPNOTIFY:
 #if 0
+      /* This causes the game to stop not only when iconified, but also
+        when on another virtual desktop, which might be not desired. */
       SleepWhileUnmapped();
 #endif
       break;
@@ -544,14 +546,14 @@ void HandleKey(Key key, int key_status)
       TapeTogglePause(TAPE_TOGGLE_MANUAL);
   }
 
-
+#if 0
 #ifndef DEBUG
 
   if (game_status == PLAYING && (tape.playing || tape.pausing))
     return;
 
 #endif
-
+#endif
 
 
   HandleGadgetsKeyInput(key);