rnd-20100623-3-src
[rocksndiamonds.git] / src / game.c
index 5b28f29b646f4f235badf46cfed3838b251b6649..cc30427478116ae54cde1804c2f9a89596df1d34 100644 (file)
@@ -13368,7 +13368,11 @@ void ScrollLevel(int dx, int dy)
 
 #else
 
+#if NEW_SCROLL
+  int softscroll_offset = (setup.soft_scrolling ? 2 * TILEX : 0);
+#else
   int softscroll_offset = (setup.soft_scrolling ? TILEX : 0);
+#endif
 
   BlitBitmap(drawto_field, drawto_field,
             FX + TILEX * (dx == -1) - softscroll_offset,