hedgewars/uVariables.pas
changeset 10850 c76ea22ea249
parent 10820 e86ba0e821a6
child 10866 c1f75780c56f
equal deleted inserted replaced
10849:a772d342066a 10850:c76ea22ea249
   234     LastVoice : TVoice = ( snd: sndNone; voicepack: nil );
   234     LastVoice : TVoice = ( snd: sndNone; voicepack: nil );
   235 
   235 
   236     mobileRecord: TMobileRecord;
   236     mobileRecord: TMobileRecord;
   237 
   237 
   238     MaxTextureSize: LongInt;
   238     MaxTextureSize: LongInt;
       
   239 
       
   240     ChatPasteBuffer: shortstring;
   239 
   241 
   240 /////////////////////////////////////
   242 /////////////////////////////////////
   241 //Buttons
   243 //Buttons
   242 {$IFDEF USE_TOUCH_INTERFACE}
   244 {$IFDEF USE_TOUCH_INTERFACE}
   243     buttonScale: GLFloat;
   245     buttonScale: GLFloat;
  2683     LocalMessage:= 0;
  2685     LocalMessage:= 0;
  2684 
  2686 
  2685     cStereoDepth:= 0;
  2687     cStereoDepth:= 0;
  2686     cViewLimitsDebug:= false;
  2688     cViewLimitsDebug:= false;
  2687     AprilOne := false;
  2689     AprilOne := false;
       
  2690 
       
  2691     ChatPasteBuffer:= '';
  2688 end;
  2692 end;
  2689 
  2693 
  2690 procedure freeModule;
  2694 procedure freeModule;
  2691 begin
  2695 begin
  2692 end;
  2696 end;