]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
More correct sorting
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 12 Apr 2011 23:20:22 +0000 (02:20 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 12 Apr 2011 23:20:22 +0000 (02:20 +0300)
qcsrc/server/defs.qh

index 79579f0e1883e964640377f407182394447d6ed7..02f0849f067ec42e366d35710f6d04e4727c109e 100644 (file)
@@ -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;