]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
More correct sorting
[xonotic/xonotic-data.pk3dir.git] / 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;