DEADSOFTWARE

gl: draw transpatent weapon with invis
[d2df-sdl.git] / src / game / g_playermodel.pas
index e4915607eb882625944cf28f9074865894b91726..4f4d709182bb491668c4f29f5de076ca4e0867e4 100644 (file)
@@ -56,9 +56,11 @@ const
   W_POS_NORMAL = 0;
   W_POS_UP     = 1;
   W_POS_DOWN   = 2;
+  W_POS_LAST   = W_POS_DOWN;
 
   W_ACT_NORMAL = 0;
   W_ACT_FIRE   = 1;
+  W_ACT_LAST   = W_ACT_FIRE;
 
   FLAG_BASEPOINT: TDFPoint = (X:16; Y:43);