- Fixed: Heretic's fullscreen HUD crashed when the player had armor without
a valid icon. SVN r1436 (trunk)
This commit is contained in:
parent
a3f33e735b
commit
317b8c1d7c
4 changed files with 13 additions and 9 deletions
|
|
@ -3769,10 +3769,6 @@ APlayerPawn *P_SpawnPlayer (FMapThing *mthing, bool tempplayer)
|
|||
FBehavior::StaticStartTypedScripts (SCRIPT_Respawn, p->mo, true);
|
||||
}
|
||||
}
|
||||
if (playernum == consoleplayer)
|
||||
{
|
||||
P_CompleteWeaponSetup(consoleplayer, mobj->GetClass());
|
||||
}
|
||||
return mobj;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue