DEADSOFTWARE

some more exoma code
[d2df-sdl.git] / src / game / g_weapons.pas
index 034642c34561165f8398d2d11153c2764cd5c071..5ba00a7ad526f3a3e025954efc7dbd20510eefa1 100644 (file)
@@ -22,6 +22,7 @@ interface
 uses
   g_textures, g_basic, e_graphics, g_phys, BinEditor, xprofiler;
 
+{
 const
   HIT_SOME    = 0;
   HIT_ROCKET  = 1;
@@ -34,6 +35,7 @@ const
   HIT_FLAME   = 8;
   HIT_SELF    = 9;
   HIT_DISCON  = 10;
+}
 
 type
   TShot = record