diff -r fd91aa100ce0 -r efc75c2d3be9 hedgewars/uVariables.pas --- 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),