hedgewars/uTypes.pas
changeset 12701 79e13080b9db
parent 12668 308846e05154
child 12855 1b2b84315d27
child 12898 8a40ce061d94
equal deleted inserted replaced
12700:16fcd59295e3 12701:79e13080b9db
   524             Path, AltPath: TPathType;
   524             Path, AltPath: TPathType;
   525             Texture: PTexture;
   525             Texture: PTexture;
   526             Surface: PSDL_Surface;
   526             Surface: PSDL_Surface;
   527             Width, Height, imageWidth, imageHeight: LongInt;
   527             Width, Height, imageWidth, imageHeight: LongInt;
   528             saveSurf: boolean;
   528             saveSurf: boolean;
       
   529             critical: boolean;
       
   530             checkSum: boolean; // use for images where if they are missing a desync can occur.
   529             priority: GLfloat;
   531             priority: GLfloat;
   530             getDimensions, getImageDimensions: boolean;
   532             getDimensions, getImageDimensions: boolean;
   531             end;
   533             end;
   532 
   534 
   533     // gear data types
   535     // gear data types