diff -r c85ffe57d971 -r 0e4e0db79e2a hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun Jan 24 19:52:30 2010 +0000 +++ b/hedgewars/uConsts.pas Tue Jan 26 04:13:37 2010 +0000 @@ -152,13 +152,14 @@ X, Y: GLint; end; + PTexture = ^TTexture; TTexture = record id: GLuint; w, h: LongInt; rx, ry: GLfloat; vb, tb: array [0..3] of TVertex2f; + PrevTexture, NextTexture: PTexture; end; - PTexture = ^TTexture; const // message constants