X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Finit.c;h=5a234b3c8150953f63b859d1aa1f174707e8d3f5;hb=fe656a41b406b06d9dc5b93d01191d52b1da3b4d;hp=0f380e5845e4640cc442094f0a806f63f43b27a8;hpb=ac592f78bbedc4808c5e35fb22bc8fc9f0398c8d;p=rocksndiamonds.git diff --git a/src/game_sp/init.c b/src/game_sp/init.c index 0f380e58..5a234b3c 100644 --- a/src/game_sp/init.c +++ b/src/game_sp/init.c @@ -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()