]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/golem.qh
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / golem.qh
index 4a8dc33a093746668db1f6fca79efd9cb88c794e..e598b286c50b484b77da1ca1042516dcb977b4eb 100644 (file)
@@ -17,8 +17,4 @@ CLASS(Golem, Monster)
     ATTRIB(Golem, monster_name, string, _("Golem"));
 ENDCLASS(Golem)
 
-REGISTER_MONSTER(GOLEM, NEW(Golem)) {
-#ifdef GAMEQC
-    this.mr_precache(this);
-#endif
-}
+REGISTER_MONSTER(GOLEM, NEW(Golem));