From: Mircea Kitsune Date: Tue, 12 Apr 2011 23:20:22 +0000 (+0300) Subject: More correct sorting X-Git-Tag: xonotic-v0.5.0~263^2~10^2~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1cb4bd58f977b4ab6d48eb8f5de4c23137b090bf;p=xonotic%2Fxonotic-data.pk3dir.git More correct sorting --- diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 79579f0e1..02f0849f0 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -208,8 +208,8 @@ void w_clear(); void w_ready(); // VorteX: standalone think for weapons, so normal think on weaponentity can be reserved by weaponflashes (which needs update even player dies) .float weapon_nextthink; -.void() weapon_think; .float weapon_forbidchange; +.void() weapon_think; //float PLAYER_WEAPONSELECTION_DELAY = ); float PLAYER_WEAPONSELECTION_SPEED = 18;