diff -r 5d0704f23a2a -r ad4b6c2b09e8 hedgewars/uTypes.pas --- 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;