- 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
|
|
@ -922,6 +922,8 @@ void G_DoLoadLevel (int position, bool autosave)
|
|||
}
|
||||
|
||||
P_SetupLevel (level.mapname, position);
|
||||
P_CompleteWeaponSetup(consoleplayer, players[consoleplayer].mo->GetClass());
|
||||
|
||||
AM_LevelInit();
|
||||
|
||||
// [RH] Start lightning, if MAPINFO tells us to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue