moved (and renamed) global variables to game structure (ZX/ZY)
[rocksndiamonds.git] / src / main.c
index c6721602438e4d0dc65296a6465d30e00fb4623b..109e88d0e6e09f49b1cd6cc2de744d716af83725 100644 (file)
@@ -126,9 +126,6 @@ int                 BX1, BY1;
 int                    BX2, BY2;
 int                    SBX_Left, SBX_Right;
 int                    SBY_Upper, SBY_Lower;
-int                    ZX, ZY;
-int                    ExitX, ExitY;
-int                    AllPlayersGone;
 
 int                    TimeFrames, TimePlayed, TimeLeft, TapeTime;