rnd-20060212-1-src
[rocksndiamonds.git] / src / events.c
index 95b9e9f0a0e9e1b8545fb1e60eb810ebca133381..c45581e549df5f0354e4a291aad9c08d059c5b54 100644 (file)
@@ -720,7 +720,9 @@ void HandleKey(Key key, int key_status)
     case GAME_MODE_INFO:
       switch(key)
       {
-#if 0
+#if 1
+       case KSYM_space:
+#else
        /* !!! only use "space" key to start game from main menu !!! */
        case KSYM_space:
 #endif
@@ -762,6 +764,12 @@ void HandleKey(Key key, int key_status)
            HandleInfoScreen(0,0, 0, +1 * SCROLL_PAGE, MB_MENU_MARK);
          break;
 
+#ifdef DEBUG
+       case KSYM_0:
+         GameFrameDelay = (GameFrameDelay == 500 ? GAME_FRAME_DELAY : 500);
+         break;
+#endif
+
        default:
          break;
       }