]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/wyvern.qh
Remove mr_precache (now unused)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / wyvern.qh
index 012c9c2a5e8817913ae557781fae0ac9787f8ba9..2326b0dd1157c27a8cb39e0ee5610dad9e0eb25d 100644 (file)
@@ -17,11 +17,7 @@ CLASS(Wyvern, Monster)
     ATTRIB(Wyvern, monster_name, string, _("Wyvern"));
 ENDCLASS(Wyvern)
 
-REGISTER_MONSTER(WYVERN, NEW(Wyvern)) {
-#ifdef GAMEQC
-    this.mr_precache(this);
-#endif
-}
+REGISTER_MONSTER(WYVERN, NEW(Wyvern));
 
 #include <common/weapons/_all.qh>