hedgewars/uVariables.pas
changeset 10866 c1f75780c56f
parent 10850 c76ea22ea249
child 10877 baad1cc9b749
equal deleted inserted replaced
10865:a587145ced34 10866:c1f75780c56f
   214     Theme           : shortstring;
   214     Theme           : shortstring;
   215     disableLandBack : boolean;
   215     disableLandBack : boolean;
   216 
   216 
   217     WorldDx: LongInt;
   217     WorldDx: LongInt;
   218     WorldDy: LongInt;
   218     WorldDy: LongInt;
       
   219 
       
   220     SpeechHogNumber: LongInt;
   219 
   221 
   220     // for tracking the limits of the visible grid based on cScaleFactor
   222     // for tracking the limits of the visible grid based on cScaleFactor
   221     ViewLeftX, ViewRightX, ViewBottomY, ViewTopY, ViewWidth, ViewHeight: LongInt;
   223     ViewLeftX, ViewRightX, ViewBottomY, ViewTopY, ViewWidth, ViewHeight: LongInt;
   222 
   224 
   223     // for debugging the view limits visually
   225     // for debugging the view limits visually
  2673     if cFullscreenWidth = 0 then
  2675     if cFullscreenWidth = 0 then
  2674         cFullscreenWidth:= min(cWindowedWidth, 640);
  2676         cFullscreenWidth:= min(cWindowedWidth, 640);
  2675     if cFullscreenHeight = 0 then
  2677     if cFullscreenHeight = 0 then
  2676         cFullscreenHeight:= min(cWindowedHeight, 480);
  2678         cFullscreenHeight:= min(cWindowedHeight, 480);
  2677 
  2679 
       
  2680     SpeechHogNumber:= -1;
  2678 
  2681 
  2679     LuaGoals:= '';
  2682     LuaGoals:= '';
  2680     cMapName:= '';
  2683     cMapName:= '';
  2681 
  2684 
  2682     LuaTemplateNumber:= 0;
  2685     LuaTemplateNumber:= 0;