removed unused function parameters
[rocksndiamonds.git] / src / tools.c
index 6660e1206556b6cc19b2112eb2dfba0eec0a9604..ed5264200a07a1415739c24a03ba971fd39bb2e5 100644 (file)
@@ -775,7 +775,7 @@ void BackToFront(void)
     DrawFramesPerSecond();
 
   // remove playfield redraw before potentially merging with doors redraw
-  if (DrawingDeactivated(REAL_SX, REAL_SY, FULL_SXSIZE, FULL_SYSIZE))
+  if (DrawingDeactivated(REAL_SX, REAL_SY))
     redraw_mask &= ~REDRAW_FIELD;
 
   // redraw complete window if both playfield and (some) doors need redraw