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