]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Hopefully fix compilation test
authorMario <mario@smbclan.net>
Sat, 28 Jan 2017 09:34:38 +0000 (19:34 +1000)
committerMario <mario@smbclan.net>
Sat, 28 Jan 2017 09:34:38 +0000 (19:34 +1000)
qcsrc/server/autocvars.qh
qcsrc/server/impulse.qc

index c4f77dfad38446d8e11fe91466db06e6d1319ae7..975a95b29906e42c2b87032a3ad558048a4c900b 100644 (file)
@@ -522,3 +522,4 @@ float autocvar_sv_airaccelerate;
 float autocvar_sv_airstopaccelerate;
 float autocvar_sv_track_canjump;
 bool autocvar_sv_showspectators;
+bool autocvar_g_weaponswitch_debug;
index eb54a98e9ef5daa7a22ab183af99dc5d3594a1ea..57aaf4a2b51ae1208470cc4bdf3a3deeca573624 100644 (file)
@@ -52,8 +52,6 @@
 
 // weapon switching impulses
 
-bool autocvar_g_weaponswitch_debug;
-
 #define X(slot) \
        IMPULSE(weapon_group_##slot) \
        { \