diff -r 651d56a6e568 -r da2aa8355d91 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Aug 21 13:26:26 2012 +0400 +++ b/hedgewars/uVariables.pas Tue Aug 21 19:40:02 2012 -0400 @@ -183,6 +183,8 @@ LuaGoals : shortstring; + LuaTemplateNumber : LongInt; + VoiceList : array[0..7] of TVoice = ( ( snd: sndNone; voicepack: nil), ( snd: sndNone; voicepack: nil), @@ -2623,6 +2625,8 @@ SDWaterOpacity:= $80; LuaGoals:= ''; + + LuaTemplateNumber:= 0; end; procedure freeModule;