From c0f3ea5c9d1d21aeeb8ebce9f02f854a6ac068e9 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 24 Feb 2015 22:45:12 +1100 Subject: [PATCH] Fix compile with CHAOS mode --- qcsrc/common/weapons/w_lightsabre.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2