]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <mario@smbclan.net>
Tue, 20 Jun 2017 23:30:49 +0000 (09:30 +1000)
committerMario <mario@smbclan.net>
Tue, 20 Jun 2017 23:30:49 +0000 (09:30 +1000)
qcsrc/common/monsters/monster/troll.qc
qcsrc/server/defs.qh

index e66271d75ac695a79aaefc9dab4882470322ca43..312745892ff8883cb68b69be0b3266af9c6642cf 100644 (file)
@@ -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
index c76ff29efd550e7b7f7a0bf8080008df97a9455f..7f0c2610f9ab40aa46d4c90aaa162fa99b5763a5 100644 (file)
@@ -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(); }