]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapons.qh
Add debug in case a weapon causes negative ammo
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapons.qh
index ba2e8a15e1cd7d63f23fd975759e64100eaf78b7..720f65f6ea4e41fb1a9a004893a8d3a21ac360e3 100644 (file)
@@ -72,9 +72,10 @@ string W_FixWeaponOrder_AllowIncomplete(string order);
 string W_FixWeaponOrder_ForceComplete(string order);
 void W_RandomWeapons(entity e, float n);
 
+string GetAmmoPicture(.float ammotype);
+
 #ifdef CSQC
 .float GetAmmoFieldFromNum(float i);
-string GetAmmoPicture(.float ammotype);
 float GetAmmoStat(.float ammotype);
 #endif