]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile with CHAOS mode
authorMario <zacjardine@y7mail.com>
Tue, 24 Feb 2015 11:45:12 +0000 (22:45 +1100)
committerMario <zacjardine@y7mail.com>
Tue, 24 Feb 2015 11:45:12 +0000 (22:45 +1100)
qcsrc/common/weapons/w_lightsabre.qc

index c917899eca5e855369e2a31e87e6c77f63117229..9f36daa750a8df18d1e1efbd47f77c518b3dfdc7 100644 (file)
@@ -47,7 +47,7 @@ LIGHTSABRE_SETTINGS(WEP_ADD_CVAR, WEP_ADD_PROP)
 #endif
 #else
 #ifdef SVQC
-#include "../../effects.qh"
+#include "../effects.qh"
 #include "../animdecide.qh"
 
 void spawnfunc_weapon_lightsabre(void) { weapon_defaultspawnfunc(WEP_LIGHTSABRE); }