From: Mario Date: Tue, 20 Jun 2017 23:32:32 +0000 (+1000) Subject: Fix final use of #ifndef MENUQC X-Git-Tag: xonotic-v0.8.5~2713 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a931affaef003c772ded1b0bb4eb735c73641db2;p=xonotic%2Fxonotic-data.pk3dir.git Fix final use of #ifndef MENUQC --- diff --git a/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc b/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc index afbd31842..ae4d7a491 100644 --- a/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc +++ b/qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qc @@ -1,6 +1,6 @@ #include "onslaught.qh" -#ifndef MENUQC +#ifdef GAMEQC REGISTER_NET_LINKED(ENT_ONSCAMERA) #endif