From: Mario Date: Tue, 24 Feb 2015 11:45:12 +0000 (+1100) Subject: Fix compile with CHAOS mode X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c0f3ea5c9d1d21aeeb8ebce9f02f854a6ac068e9;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile with CHAOS mode --- diff --git a/qcsrc/common/weapons/w_lightsabre.qc b/qcsrc/common/weapons/w_lightsabre.qc index c917899ec..9f36daa75 100644 --- a/qcsrc/common/weapons/w_lightsabre.qc +++ b/qcsrc/common/weapons/w_lightsabre.qc @@ -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); }