From f4ff4338b069158318a4963750698fbabdb959f1 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 21 Jun 2017 09:30:49 +1000 Subject: [PATCH] Fix compile --- qcsrc/common/monsters/monster/troll.qc | 5 ----- qcsrc/server/defs.qh | 3 --- 2 files changed, 8 deletions(-) diff --git a/qcsrc/common/monsters/monster/troll.qc b/qcsrc/common/monsters/monster/troll.qc index e66271d75a..312745892f 100644 --- a/qcsrc/common/monsters/monster/troll.qc +++ b/qcsrc/common/monsters/monster/troll.qc @@ -1,6 +1,3 @@ -// TODO -#ifndef IMPLEMENTATION - #include "troll.qh" #ifdef SVQC @@ -111,5 +108,3 @@ METHOD(Troll, mr_setup, bool(Troll this, entity actor)) return true; } #endif - -#endif diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index c76ff29efd..7f0c2610f9 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -468,9 +468,6 @@ STATIC_INIT(g_bot_dodge) { g_bot_dodge = IL_NEW(); } IntrusiveList g_damagedbycontents; STATIC_INIT(g_damagedbycontents) { g_damagedbycontents = IL_NEW(); } -IntrusiveList g_monster_targets; -STATIC_INIT(g_monster_targets) { g_monster_targets = IL_NEW(); } - IntrusiveList g_railgunhit; STATIC_INIT(g_railgunhit) { g_railgunhit = IL_NEW(); } -- 2.39.2