rnd-20090721-1-src
[rocksndiamonds.git] / src / game_sp / init.c
index 0f380e5845e4640cc442094f0a806f63f43b27a8..5a234b3c8150953f63b859d1aa1f174707e8d3f5 100644 (file)
@@ -15,6 +15,12 @@ static void BlitScreenToBitmap_SP__Stage_Blt()
 
 void sp_open_all()
 {
+#if 1
+  printf("::: sp_open_all ...\n");
+#endif
+
+  Form_Load();
+
   SetBitmaps_SP(&sp_objects);
 
   screenBitmap = CreateBitmap(MAX_BUF_XSIZE * TILEX, MAX_BUF_YSIZE * TILEY,
@@ -25,6 +31,10 @@ void sp_open_all()
   DDSpriteBuffer_CreateFromFile("[NONE]", 16, 16);
 
   Stage.Blt = &BlitScreenToBitmap_SP__Stage_Blt;
+
+#if 1
+  printf("::: sp_open_all done\n");
+#endif
 }
 
 void sp_close_all()