added centering levels that are smaller than the playfield (MM engine)
[rocksndiamonds.git] / src / game_mm / mm_main.c
index 2209d0924d81985b6baf6108567d0a7d97f74bc1..7eafc2f592995da6b488956cbd1c875928e2bab2 100644 (file)
@@ -31,6 +31,11 @@ struct LaserInfo     laser;
 short          LX,LY, XS,YS, ELX,ELY;
 short          CT,Ct;
 
+int            dSX, dSY;
+int            cSX, cSY;
+int            cSX2, cSY2;
+int            cFX, cFY;
+
 Pixel          pen_fg, pen_bg, pen_ray, pen_magicolor[2];
 int            color_status;