hedgewars/uTypes.pas
changeset 12701 79e13080b9db
parent 12668 308846e05154
child 12855 1b2b84315d27
child 12898 8a40ce061d94
--- a/hedgewars/uTypes.pas	Fri Oct 13 17:09:45 2017 +0200
+++ b/hedgewars/uTypes.pas	Fri Oct 13 16:37:56 2017 -0400
@@ -526,6 +526,8 @@
             Surface: PSDL_Surface;
             Width, Height, imageWidth, imageHeight: LongInt;
             saveSurf: boolean;
+            critical: boolean;
+            checkSum: boolean; // use for images where if they are missing a desync can occur.
             priority: GLfloat;
             getDimensions, getImageDimensions: boolean;
             end;