--- a/hedgewars/uConsts.pas Sun Mar 15 17:47:06 2009 +0000 +++ b/hedgewars/uConsts.pas Mon Mar 16 14:43:15 2009 +0000 @@ -114,6 +114,7 @@ TTexture = record id: GLuint; w, h: LongInt; + rx, ry: GLfloat; end; PTexture = ^TTexture;