X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FGlobals.c;h=9ddbf2b0d3cc1787f9253ace9d4866a9e89f0602;hp=35bf4d8a9b26385384ec9d95ad628e64e5714300;hb=61c3da024802ecc0268bab42d7499fc0346e4fd3;hpb=e9306042d9ea3bc310590fe16653538905a9b99d diff --git a/src/game_sp/Globals.c b/src/game_sp/Globals.c index 35bf4d8a..9ddbf2b0 100644 --- a/src/game_sp/Globals.c +++ b/src/game_sp/Globals.c @@ -15,7 +15,7 @@ int FieldHeight; // standard size = 24 int HeaderSize; // standard size = 96 int FieldMax, LevelMax; #if 0 -long FileMax; +int FileMax; #endif #if 1 @@ -48,7 +48,7 @@ int MurphyPosIndex, MurphyXPos, MurphyYPos; int MurphyScreenXPos, MurphyScreenYPos; int MurphyExplodePos, SplitMoveFlag, RedDiskReleaseMurphyPos; int KillMurphyFlag, MurphyMoveCounter; -long YawnSleepCounter; +int YawnSleepCounter; int MurphyVarFaceLeft; int ScratchGravity, GravityFlag; int RedDiskReleaseFlag, MovingPictureSequencePhase;