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:
parent
d474631cd4
commit
faabc498a1
1 changed files with 60 additions and 60 deletions
|
@ -813,7 +813,7 @@ void CL_ParseStream (int type)
|
||||||
b->particleeffect = P_FindParticleType("te_stream_colorbeam");
|
b->particleeffect = P_FindParticleType("te_stream_colorbeam");
|
||||||
break;
|
break;
|
||||||
case TEH2_STREAM_GAZE:
|
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");
|
b->particleeffect = P_FindParticleType("te_stream_gaze");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue