X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FmodAnimations.c;h=4b42b65aa007f3fb3b88daa20f97c02844a53466;hb=fe656a41b406b06d9dc5b93d01191d52b1da3b4d;hp=31d4a67191b793831cd9592c7a6422dc19daa23c;hpb=ac592f78bbedc4808c5e35fb22bc8fc9f0398c8d;p=rocksndiamonds.git diff --git a/src/game_sp/modAnimations.c b/src/game_sp/modAnimations.c index 31d4a671..4b42b65a 100644 --- a/src/game_sp/modAnimations.c +++ b/src/game_sp/modAnimations.c @@ -48,7 +48,11 @@ DDScrollBuffer Stage; byte LData[59 + 1][23 + 1]; LevelInfoType LInfo; +#if 1 +float Stretch = 1; // , StretchWidth%, TwoPixels! +#else float Stretch; // , StretchWidth%, TwoPixels! +#endif int ScrollMinX, ScrollMaxX, ScrollMinY, ScrollMaxY; int ScrollX, ScrollY;