X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=723143690961eda9c7c08ae37d8264d068b0ee69;hb=2f188e42574d95e8eb63e9137535a2867b482b89;hp=cf5441bf4772d8e5d5e71d7768b22a963e13d009;hpb=695b9e3d2e2ee94c93d2e804aa3c23dd34f68a25;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index cf5441bf..72314369 100644 --- a/src/game.c +++ b/src/game.c @@ -12674,7 +12674,8 @@ static boolean AllPlayersInVisibleScreen() void ScrollLevel(int dx, int dy) { -#if 1 +#if 0 + /* (directly solved in BlitBitmap() now) */ static Bitmap *bitmap_db_field2 = NULL; int softscroll_offset = (setup.soft_scrolling ? TILEX : 0); int x, y; @@ -12689,7 +12690,8 @@ void ScrollLevel(int dx, int dy) return; #endif -#if 1 +#if 0 + /* (directly solved in BlitBitmap() now) */ if (bitmap_db_field2 == NULL) bitmap_db_field2 = CreateBitmap(FXSIZE, FYSIZE, DEFAULT_DEPTH);