From: Rudolf Polzer Date: Wed, 27 Oct 2010 12:36:42 +0000 (+0200) Subject: w_all: add a nice comment X-Git-Tag: xonotic-v0.1.0preview~244 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1bafb406fd53bd75b172467f6294ac868db80896;p=xonotic%2Fxonotic-data.pk3dir.git w_all: add a nice comment --- diff --git a/qcsrc/server/w_all.qc b/qcsrc/server/w_all.qc index 83fc8acb5..573074403 100644 --- a/qcsrc/server/w_all.qc +++ b/qcsrc/server/w_all.qc @@ -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"