]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_all.qc
Add velocity_len to reduce calls of vlen
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_all.qc
index 83fc8acb5de47e9f58406588fdebce20099ba899..930a413d58c487dbd4be050e2994c0ccd662f4dc 100644 (file)
@@ -1,3 +1,6 @@
+// ONLY EVER ADD NEW WEAPONS AT THE END. IF YOU REMOVE ONE, PUT THE LAST ONE ON
+// ITS PLACE. THIS IS TO AVOID UNNECESSARY RENUMBERING OF WEAPON IMPULSES.
+// IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA
 #include "w_laser.qc"
 #include "w_shotgun.qc"
 #include "w_uzi.qc"
@@ -13,6 +16,6 @@
 #include "w_hook.qc"
 #include "w_hlac.qc"
 #include "w_tuba.qc"
-#include "w_campingrifle.qc"
+#include "w_sniperrifle.qc"
 #include "w_fireball.qc"
 #include "w_seeker.qc"