hedgewars/uVariables.pas
changeset 12844 22cc3d82905a
parent 12838 855faf1e19e2
child 12855 1b2b84315d27
child 12885 dab60d247b75
equal deleted inserted replaced
12843:8599a7d4df54 12844:22cc3d82905a
   256 
   256 
   257     mobileRecord: TMobileRecord;
   257     mobileRecord: TMobileRecord;
   258 
   258 
   259     MaxTextureSize: LongInt;
   259     MaxTextureSize: LongInt;
   260 
   260 
       
   261     SDLwindow: PSDL_Window;
       
   262     SDLGLcontext: PSDL_GLContext;
       
   263   
   261 /////////////////////////////////////
   264 /////////////////////////////////////
   262 //Buttons
   265 //Buttons
   263 {$IFDEF USE_TOUCH_INTERFACE}
   266 {$IFDEF USE_TOUCH_INTERFACE}
   264     buttonScale: GLFloat;
   267     buttonScale: GLFloat;
   265 
   268 
  2889     LandBackSurface:= nil;
  2892     LandBackSurface:= nil;
  2890     ConfirmTexture:= nil;
  2893     ConfirmTexture:= nil;
  2891     MissionIcons:= nil;
  2894     MissionIcons:= nil;
  2892     ropeIconTex:= nil;
  2895     ropeIconTex:= nil;
  2893 
  2896 
       
  2897     SDLWindow:= nil;
       
  2898     SDLGLContext:= nil;
       
  2899 
  2894     for i:= Low(ClansArray) to High(ClansArray) do
  2900     for i:= Low(ClansArray) to High(ClansArray) do
  2895         begin
  2901         begin
  2896         ClansArray[i]:= nil;
  2902         ClansArray[i]:= nil;
  2897         end;
  2903         end;
  2898 
  2904