Hexen2 crashfix for stmedgaz.mdl not found (medusa poison gas)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3832 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2011-06-25 12:00:59 +00:00
parent d474631cd4
commit faabc498a1

View file

@ -813,7 +813,7 @@ void CL_ParseStream (int type)
b->particleeffect = P_FindParticleType("te_stream_colorbeam");
break;
case TEH2_STREAM_GAZE:
b->model = Mod_ForName("stmedgaz.mdl", true);
b->model = Mod_ForName("models/stmedgaz.mdl", true);
b->particleeffect = P_FindParticleType("te_stream_gaze");
break;
default: