hedgewars/uTypes.pas
changeset 7291 ad4b6c2b09e8
parent 7288 5d0704f23a2a
child 7297 af64b509725c
--- a/hedgewars/uTypes.pas	Mon Jun 25 10:44:27 2012 +0200
+++ b/hedgewars/uTypes.pas	Mon Jun 25 11:47:40 2012 +0200
@@ -221,6 +221,8 @@
             x, y: LongInt; // Offset in the texture atlas
             isRotated: boolean; // if true sprite is flipped in the atlas taking w pixels along the y and h pixels along the x axis
 
+            surface: PSDL_Surface; // retained in memory surface
+
             // Cached values for texel coordinates and vertex coordinates            
             vb, tb: TVertexRect;