--- a/hedgewars/uVariables.pas Wed Sep 21 06:55:31 2022 +0300
+++ b/hedgewars/uVariables.pas Fri Sep 23 02:21:21 2022 +0300
@@ -86,6 +86,7 @@
SpeedStart : LongWord;
fastUntilLag : boolean;
+ fastForward : boolean;
fastScrolling : boolean;
autoCameraOn : boolean;
@@ -93,6 +94,7 @@
CampaignVariable: shortstring;
MissionVariable : shortstring;
GameTicks : LongWord;
+ FFGameTick : LongWord;
OuchTauntTimer : LongWord; // Timer which blocks sndOuch from being played too often and fast
GameState : TGameState;
GameType : TGameType;
@@ -2930,6 +2932,7 @@
CursorMovementX := 0;
CursorMovementY := 0;
GameTicks := 0;
+ FFGameTick := 0;
OuchTauntTimer := 0;
CheckSum := 0;
cWaterLine := LAND_HEIGHT;
@@ -3008,6 +3011,7 @@
isForceMission := false;
SpeedStart := 0;
fastUntilLag := false;
+ fastForward := false;
fastScrolling := false;
autoCameraOn := true;
cSeed := '';