mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 17:00:48 +00:00
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:
parent
ed914c8ffe
commit
e074ec65a0
11 changed files with 13 additions and 125 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue