X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_sp%2FmodAnimations.c;h=4b42b65aa007f3fb3b88daa20f97c02844a53466;hb=bc739f556617ab3e83f1beb7e0a446b9d074b8ee;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(); }