rocksndiamonds-3.1.2
[rocksndiamonds.git] / src / events.c
index 8c3be2c47229f15f6338e421383e754dc529f72b..debb368b11c0d06426fc6b00898a04af2f1b7a37 100644 (file)
@@ -696,9 +696,6 @@ void HandleKey(Key key, int key_status)
 
   if (game_status == GAME_MODE_MAIN && key == setup.shortcut.toggle_pause)
   {
-#if 1
-    StartGameActions(options.network, setup.autorecord, NEW_RANDOMIZE);
-#else
     if (setup.autorecord)
       TapeStartRecording();
 
@@ -712,7 +709,6 @@ void HandleKey(Key key, int key_status)
       StopAnimation();
       InitGame();
     }
-#endif
 
     return;
   }