Fix the Jork skin bug.

Submitted for baseq2 by @kondrak in yquake2#575.
This commit is contained in:
Yamagi 2020-05-11 12:53:43 +02:00
parent 221171831b
commit cfd660abc3

View file

@ -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);