mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +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);
|
||||
|
||||
// ent->model = name;
|
||||
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] == '*')
|
||||
{
|
||||
mod = CM_InlineModel (name);
|
||||
|
|
Loading…
Reference in a new issue