hedgewars/uVariables.pas
changeset 14749 533ac9774279
parent 14736 8563cc40fc1e
child 14763 4deba377799e
--- a/hedgewars/uVariables.pas	Wed Apr 03 13:00:05 2019 +0200
+++ b/hedgewars/uVariables.pas	Sun Apr 07 18:21:14 2019 +0200
@@ -80,6 +80,7 @@
     isSpeed         : boolean;
     isAFK           : boolean;
     isShowMission   : boolean;
+    isShowGearInfo  : boolean;
     isForceMission  : boolean;
     SpeedStart      : LongWord;
 
@@ -2882,6 +2883,7 @@
     isSpeed         := false;
     isAFK           := false;
     isShowMission   := false;
+    isShowGearInfo  := false;
     isForceMission  := false;
     SpeedStart      := 0;
     fastUntilLag    := false;