]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Properly consider ammo we still had in the weapon before reloading
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index e835738a099c73a318e206a97c6181eb449889c5..a6374e46d8ee3e85f3f5f7c09a9aadc2ee86c87a 100644 (file)
@@ -613,6 +613,7 @@ float client_cefc_accumulatortime;
 #endif
 
 .float ammo_counter;
+.float old_ammo_counter;
 .float wish_reload;
 
 #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_CORPSE; (e).dphitcontentsmask = DPCONTENTS_SOLID | DPCONTENTS_BODY | DPCONTENTS_CORPSE