]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapons.qc
Rename WR_PRECACHE to WR_INIT, which is more appropriate
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapons.qc
index 4ed0549b53d8b949a744edd6b6b2b6b0b795c4d3..72c081be9b796e161234b920dc53a36f4ce89703 100644 (file)
@@ -38,7 +38,7 @@ void register_weapon(float id, float(float) func, float ammotype, float i, float
                e.ammo_field = ammo_batteries;
 
        #ifndef MENUQC
-       func(WR_PRECACHE);
+       func(WR_INIT);
        #endif
 }
 float w_null(float dummy)