]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 7c0c572686a5d46fdbda5f24f0ed4c397438b3f7..c76ff29efd550e7b7f7a0bf8080008df97a9455f 100644 (file)
@@ -482,3 +482,6 @@ STATIC_INIT(g_locations) { g_locations = IL_NEW(); }
 
 IntrusiveList g_saved_team;
 STATIC_INIT(g_saved_team) { g_saved_team = IL_NEW(); }
+
+IntrusiveList g_monster_targets;
+STATIC_INIT(g_monster_targets) { g_monster_targets = IL_NEW(); }