rnd-20091124-1-src
[rocksndiamonds.git] / src / game_sp / MainForm.c
index 9897250e76dee6d39400481eb6886a617a608229..a2dfbbeb100c21ec95681f311343691101a0d6e3 100644 (file)
@@ -1003,6 +1003,17 @@ static boolean InstanceStillRunning(char *TmpFile)
 
 #endif
 
+void DrawFrameIfNeeded()
+{
+  DrawFrame(0);
+
+  /* !!! CHECK THIS !!! */
+#if 1
+  if (! menBorder.Checked)
+    DrawFrame(1);
+#endif
+}
+
 void DisplayLevel()
 {
   int X, Y;