mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 08:15:54 +00: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 a new issue