mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
sv_game aufgeräumt
This commit is contained in:
parent
a12b0b4e87
commit
593fae8d6b
1 changed files with 1 additions and 2 deletions
|
@ -170,10 +170,9 @@ void PF_setmodel (edict_t *ent, char *name)
|
||||||
|
|
||||||
i = SV_ModelIndex (name);
|
i = SV_ModelIndex (name);
|
||||||
|
|
||||||
// ent->model = name;
|
|
||||||
ent->s.modelindex = i;
|
ent->s.modelindex = i;
|
||||||
|
|
||||||
// if it is an inline model, get the size information for it
|
// if it is an inline model, get the size information for it
|
||||||
if (name[0] == '*')
|
if (name[0] == '*')
|
||||||
{
|
{
|
||||||
mod = CM_InlineModel (name);
|
mod = CM_InlineModel (name);
|
||||||
|
|
Loading…
Reference in a new issue