X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Finit.c;h=5fb36f19d265af74699fea4965436e30d51822c2;hb=3d7779514ea1fa0a79312ec8e98f08e5b1096fcb;hp=d8e73a1de05053c85f49e1f5d9407f3f3bee8f2c;hpb=07d1e990ebdd1e5eca3d310f8e9b9a3a8411a4dd;p=rocksndiamonds.git diff --git a/src/game_sp/init.c b/src/game_sp/init.c index d8e73a1d..5fb36f19 100644 --- a/src/game_sp/init.c +++ b/src/game_sp/init.c @@ -14,12 +14,13 @@ static void init_struct_functions() Stage.ScrollTowards = &DDScrollBuffer_ScrollTowards; Stage.SoftScrollTo = &DDScrollBuffer_SoftScrollTo; - StretchedSprites.BltEx = &DDSpriteBuffer_BltEx; + StretchedSprites.BltEx = &DDSpriteBuffer_BltEx; + StretchedSprites.BltImg = &DDSpriteBuffer_BltImg; } static void init_global_values() { - menBorder.Checked = True * 0; + menBorder.Checked = False; menPanel.Checked = True; menAutoScroll.Checked = True; @@ -36,7 +37,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 !!! */ @@ -58,7 +59,7 @@ unsigned int InitEngineRandom_SP(long seed) { if (seed == NEW_RANDOMIZE) { -#if 1 +#if 0 printf("::: init.c: InitEngineRandom_SP(): subRandomize()\n"); #endif @@ -69,7 +70,7 @@ unsigned int InitEngineRandom_SP(long seed) RandomSeed = (short)seed; -#if 1 +#if 0 printf("::: init.c: InitEngineRandom_SP(): RandomSeed == %d\n", RandomSeed); #endif