From: Mario Date: Thu, 29 Aug 2013 15:17:13 +0000 (+1000) Subject: Add ogre spawn compatibility for brute X-Git-Tag: xonotic-v0.8.0~241^2^2~135 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=47ddf18555a2a1d2e1ca829375fceab5c0010bcf;p=xonotic%2Fxonotic-data.pk3dir.git Add ogre spawn compatibility for brute --- diff --git a/qcsrc/common/monsters/monster/brute.qc b/qcsrc/common/monsters/monster/brute.qc index 3f50e5d2d..1d5f6d518 100644 --- a/qcsrc/common/monsters/monster/brute.qc +++ b/qcsrc/common/monsters/monster/brute.qc @@ -201,6 +201,9 @@ void spawnfunc_monster_brute() if not(monster_initialize(MON_BRUTE, FALSE)) { remove(self); return; } } +// compatibility with old spawns +void spawnfunc_monster_ogre() { spawnfunc_monster_brute(); } + float m_brute(float req) { switch(req)