hedgewars/uVariables.pas
changeset 7411 efc75c2d3be9
parent 7403 e8d0b21efa82
parent 7201 dc17ffdf0702
child 7628 bc7b1d228a2c
--- a/hedgewars/uVariables.pas	Fri Jul 20 18:48:04 2012 -0400
+++ b/hedgewars/uVariables.pas	Thu Aug 30 12:13:24 2012 -0400
@@ -65,6 +65,7 @@
     autoCameraOn    : boolean;
 
     CheckSum        : LongWord;
+    CampaignVariable: shortstring;
     GameTicks       : LongWord;
     GameState       : TGameState;
     GameType        : TGameType;
@@ -181,6 +182,8 @@
     hiTicks: Word;
 
     LuaGoals        : shortstring;
+    hiddenHedgehogs : array [0..cMaxHHs] of PHedgehog;
+    hiddenHedgehogsNumber : longint;
 
     VoiceList : array[0..7] of TVoice =  (
                     ( snd: sndNone; voicepack: nil),