fixed bug not updating game panel values in visible warp forward mode
[rocksndiamonds.git] / src / game.c
index cacf857b4dba76576bdf07575af52930baa29cbd..57c7b87326383a566c1e09974e3d4d1aafa928e8 100644 (file)
@@ -2575,7 +2575,7 @@ void DisplayGameControlValues()
 
 void UpdateAndDisplayGameControlValues()
 {
-  if (tape.warp_forward)
+  if (tape.deactivate_display)
     return;
 
   UpdateGameControlValues();