rnd-20060314-1-src
[rocksndiamonds.git] / src / screens.c
index 76e2444709815029e88dd31fcad6bbe6d4510ca1..fd78deb5d491bdd1122b4b9e70f2410bf15f3cdc 100644 (file)
@@ -3193,6 +3193,14 @@ void HandleGameActions()
 
     recorded_player_action = (tape.playing ? TapePlayAction() : NULL);
 
+#if 1
+    if (tape.set_centered_player)
+    {
+      game.centered_player_nr_next = tape.centered_player_nr_next;
+      game.set_centered_player = TRUE;
+    }
+#endif
+
 #if 1
     /* !!! CHECK THIS (tape.pausing is always FALSE here!) !!! */
     if (recorded_player_action == NULL && tape.pausing)