hedgewars/uConsts.pas
changeset 1896 fdacad5d0acc
parent 1895 7ba647a88b2f
child 1904 20348675b015
--- 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;