X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FmodAnimations.c;h=4b42b65aa007f3fb3b88daa20f97c02844a53466;hb=fe656a41b406b06d9dc5b93d01191d52b1da3b4d;hp=5cb66433bf01223f3f5a4c7e4c5f7449ea4cf4cd;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/modAnimations.c b/src/game_sp/modAnimations.c index 5cb66433..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; @@ -65,5 +69,6 @@ void GoPlay() { // Call subFetchAndInitLevelB EndFlag = False; + subMainGameLoop(); }