rnd-20091211-1-src
[rocksndiamonds.git] / src / game_sp / init.c
index 0e217a9dcbbc90216629237b495b71e44242c799..b3a1acb802bfb6bc60057ebb25c70b1908976cfa 100644 (file)
@@ -19,7 +19,7 @@ static void init_struct_functions()
 
 static void init_global_values()
 {
-  menBorder.Checked = True * 0;
+  menBorder.Checked = False;
   menPanel.Checked = True;
   menAutoScroll.Checked = True;
 
@@ -36,7 +36,7 @@ void sp_open_all()
 
   SetBitmaps_SP(&sp_objects);
 
-#if 1
+#if 0
   /* too small for oversized levels, but too big for graphics performance */
   /* (the whole playfield is drawn/updated, not only visible/scrolled area) */
   /* !!! FIX THIS !!! */