mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
this should fix elmex's segfault
This commit is contained in:
parent
f0609f04f3
commit
7c3f58e08e
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ CL_LinkPacketEntities (void)
|
|||
info = NULL;
|
||||
}
|
||||
|
||||
if (info && !info->skin)
|
||||
if (info && info->skinname && !info->skin)
|
||||
Skin_Find (info);
|
||||
if (info && info->skin) {
|
||||
(*ent)->skin = Skin_NewTempSkin ();
|
||||
|
|
Loading…
Reference in a new issue