hedgewars/uVariables.pas
changeset 7567 da2aa8355d91
parent 7495 2592240b7b62
child 7594 5f03595335e6
--- 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;