- Fixed: Heretic's fullscreen HUD crashed when the player had armor without

a valid icon.


SVN r1436 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-21 23:17:37 +00:00
commit 317b8c1d7c
4 changed files with 13 additions and 9 deletions

View file

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