hedgewars/uVariables.pas
changeset 12286 b4dde7035fe2
parent 12282 c0ace4bf45fa
child 12306 cdd884397760
equal deleted inserted replaced
12285:3cdd664f6d0c 12286:b4dde7035fe2
   242     hiTicks: Word;
   242     hiTicks: Word;
   243 
   243 
   244     LuaGoals        : shortstring;
   244     LuaGoals        : shortstring;
   245 
   245 
   246     LuaTemplateNumber : LongWord;
   246     LuaTemplateNumber : LongWord;
       
   247 
       
   248     // for EndTurn Lua call
       
   249     LuaEndTurnRequested: boolean;
       
   250     LuaNoEndTurnTaunts: boolean;
   247 
   251 
   248     LastVoice : TVoice;
   252     LastVoice : TVoice;
   249 
   253 
   250     mobileRecord: TMobileRecord;
   254     mobileRecord: TMobileRecord;
   251 
   255 
  2832     LuaGoals:= '';
  2836     LuaGoals:= '';
  2833     cMapName:= '';
  2837     cMapName:= '';
  2834 
  2838 
  2835     LuaTemplateNumber:= 0;
  2839     LuaTemplateNumber:= 0;
  2836 
  2840 
       
  2841     LuaEndTurnRequested:= false;
       
  2842     LuaNoEndTurnTaunts:= false;
       
  2843 
  2837     UIDisplay:= uiAll;
  2844     UIDisplay:= uiAll;
  2838     LocalMessage:= 0;
  2845     LocalMessage:= 0;
  2839 
  2846 
  2840     cStereoDepth:= 0;
  2847     cStereoDepth:= 0;
  2841     cViewLimitsDebug:= false;
  2848     cViewLimitsDebug:= false;