hedgewars/GearDrawing.inc
changeset 4281 e033cf015b2c
parent 4279 b697a26ed538
child 4307 eb0f5c45e7ab
--- a/hedgewars/GearDrawing.inc	Fri Nov 12 22:38:05 2010 +0100
+++ b/hedgewars/GearDrawing.inc	Fri Nov 12 22:47:13 2010 +0100
@@ -4,7 +4,6 @@
     sign, hx, hy, cx, cy, tx, ty, sx, sy, m: LongInt;  // hedgehog, crosshair, temp, sprite, direction
     dx, dy, ax, ay, aAngle, dAngle, hAngle, lx, ly: real;  // laser, change
     defaultPos, HatVisible: boolean;
-    VertexBuffer: array [0..1] of TVertex2f;
     HH: PHedgehog;
     CurWeapon: PAmmo;
 begin