mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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");
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue