rnd-20051123-1-src
[rocksndiamonds.git] / src / events.c
index debb368b11c0d06426fc6b00898a04af2f1b7a37..8c3be2c47229f15f6338e421383e754dc529f72b 100644 (file)
@@ -696,6 +696,9 @@ 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();
 
@@ -709,6 +712,7 @@ void HandleKey(Key key, int key_status)
       StopAnimation();
       InitGame();
     }
+#endif
 
     return;
   }