mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01:00
crash fix
This commit is contained in:
parent
02741dc64f
commit
d4ae40ae99
@ -840,6 +840,7 @@ CPickups::RenderPickUpText()
|
||||
if (aMessages[i].m_weaponType == WEAPONTYPE_TOTALWEAPONS) { // unreachable code?
|
||||
// what is this??
|
||||
sprintf(gString, "%d/%d", CWorld::Players[CWorld::PlayerInFocus].m_nCollectedPackages, 2903);
|
||||
strToPrint = nil;
|
||||
} else {
|
||||
if (aMessages[i].m_bOutOfStock)
|
||||
strToPrint = TheText.Get("STOCK");
|
||||
@ -971,6 +972,8 @@ CPickups::RenderPickUpText()
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (strToPrint == nil)
|
||||
continue;
|
||||
CFont::SetPropOn();
|
||||
CFont::SetBackgroundOff();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user