rnd-20080802-1-src
[rocksndiamonds.git] / src / events.c
index 6d52228b5d4a050eb8e632cb0abe29cfc81d0325..278704e6763f9924142f2a6cc4c74c00f055773a 100644 (file)
@@ -744,7 +744,7 @@ void HandleKey(Key key, int key_status)
   if (game_status == GAME_MODE_MAIN &&
       (key == setup.shortcut.toggle_pause || key == KSYM_space))
   {
-    StartGameActions(options.network, setup.autorecord, NEW_RANDOMIZE);
+    StartGameActions(options.network, setup.autorecord, level.random_seed);
 
     return;
   }