]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/all.qc
Monsters: upgrade mage
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / all.qc
index e17a90a7cb1469818166a4f4ef5dac1ce69b3f92..f0c5214fcc55b9087e9103932fb288a650b89163 100644 (file)
@@ -2,7 +2,7 @@
 #define MONSTERS_ALL_C
 #include "all.qh"
 
-REGISTER_MONSTER(Null, Monster) {
+REGISTER_MONSTER(Null, NEW(Monster)) {
        this.netname = "";
        this.monster_name = "Monster";
        this.monster_func = m_null;