Update to ZDoom r2284:

- Fixed crash when parsing invalid DECALDEF lumps.
- Added blzut3's morphed status bar patch.
- Reverted accidental change to fmodsound.cpp from revision 2273.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@771 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2010-04-17 08:10:01 +00:00
parent ed914c8ffe
commit e074ec65a0
11 changed files with 13 additions and 125 deletions

View file

@ -774,10 +774,6 @@ void D_ReadUserInfoStrings (int i, BYTE **stream, bool update)
// Rebuild translation in case the new skin uses a different range
// than the old one.
R_BuildPlayerTranslation (i);
if (StatusBar != NULL && i == StatusBar->GetPlayer())
{
StatusBar->SetFace (&skins[info->skin]);
}
break;
case INFO_Gender: