rnd-20140514-2-src
[rocksndiamonds.git] / src / tools.h
index 3d7c96eac71745f42f7fd78f169f45190dd2255c..e042fa66bf5ae3561eb8aea7c49f865f92f93477 100644 (file)
@@ -80,7 +80,11 @@ void DrawMaskedBorder_ALL();
 void DrawMaskedBorder(int);
 
 void SetDrawtoField(int);
+#if 1
+void RedrawPlayfield();
+#else
 void RedrawPlayfield(boolean, int, int, int, int);
+#endif
 void BlitScreenToBitmap(Bitmap *);
 void BackToFront();