- 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

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