]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/shambler.qc
Monsters: remove MON_ACTION
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / shambler.qc
index 2c6c74b0e2619cb6e5fd09dfe7f2768476a3dda3..40d0ef6a3f1274982d0eae2352ea2f256d8e93bc 100644 (file)
@@ -18,7 +18,7 @@ ENDCLASS(Shambler)
 
 REGISTER_MONSTER(SHAMBLER, NEW(Shambler)) {
 #ifndef MENUQC
-    MON_ACTION(this, MR_PRECACHE);
+    this.mr_precache(this);
 #endif
 }