]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/nades.qh
Objectify gametypes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / nades.qh
index 75495abca694da6cc4bed39cc64d8cd02dd77f46..7b50bcc563b88fe0bb1f6f10d8113fefeb88232a 100644 (file)
@@ -25,7 +25,7 @@ const int PROJECTILE_NADE_MONSTER_BURN = 83;
 
 void RegisterNades();
 const int NADES_MAX = 8;
-entity NADES[NADES_MAX];
+entity NADES[NADES_MAX], NADES_first, NADES_last;
 int NADES_COUNT;
 #define REGISTER_NADE(id) REGISTER(RegisterNades, NADE_TYPE, NADES, NADES_COUNT, id, Nade, m_id)
 REGISTER_REGISTRY(RegisterNades)