fixed using parameters not defined in function signature
[rocksndiamonds.git] / src / tape.c
index 58159cc5cb35058e0f5ba8ec3f5de6b0f6db1cd1..a3f8e9c5683bb44c93d8f4b54d9a4f1482ddfdc2 100644 (file)
@@ -493,7 +493,7 @@ void TapeDeactivateDisplayOff(boolean redraw_display)
 
   if (redraw_display)
   {
-    RedrawPlayfield(TRUE, 0,0,0,0);
+    RedrawPlayfield();
     DrawGameDoorValues();
   }
 }