]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monsters.qc
Merge branch 'master' into divVerent/4team_ctf
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monsters.qc
index 9cc7211b43f7f2ed9972e55f3fde0d7a3c67916e..70802dbbde3fafe4c90fe41002b255a206ca9be2 100644 (file)
@@ -18,9 +18,9 @@ void register_monster(float id, float(float) func, float monsterflags, vector mi
        e.mins = min_s;
        e.maxs = max_s;
        e.model = strzone(strcat("models/monsters/", modelname));
-       
+
        #ifndef MENUQC
-       func(MR_INIT);
+       func(MR_PRECACHE);
        #endif
 }
 float m_null(float dummy) { return 0; }