mirror of
https://github.com/yquake2/rogue.git
synced 2025-02-16 17:11:02 +00:00
Fix the Jork skin bug.
Submitted for baseq2 by @kondrak in yquake2#575.
This commit is contained in:
parent
221171831b
commit
cfd660abc3
1 changed files with 2 additions and 2 deletions
|
@ -875,8 +875,8 @@ SP_monster_jorg(edict_t *self)
|
|||
|
||||
self->movetype = MOVETYPE_STEP;
|
||||
self->solid = SOLID_BBOX;
|
||||
self->s.modelindex = gi.modelindex("models/monsters/boss3/rider/tris.md2");
|
||||
self->s.modelindex2 = gi.modelindex("models/monsters/boss3/jorg/tris.md2");
|
||||
self->s.modelindex = gi.modelindex("models/monsters/boss3/jorg/tris.md2");
|
||||
self->s.modelindex2 = gi.modelindex("models/monsters/boss3/rider/tris.md2");
|
||||
VectorSet(self->mins, -80, -80, 0);
|
||||
VectorSet(self->maxs, 80, 80, 140);
|
||||
|
||||
|
|
Loading…
Reference in a new issue