mirror of
https://github.com/halpz/re3.git
synced 2025-05-11 00:06:39 +03:00
FONT_BANK renamed to FONT_STANDARD
This commit is contained in:
parent
44e2fcee39
commit
552205dfba
16 changed files with 50 additions and 50 deletions
|
@ -975,7 +975,7 @@ CPickups::RenderPickUpText()
|
|||
|
||||
CFont::SetColor(CRGBA(aMessages[i].m_color.red, aMessages[i].m_color.green, aMessages[i].m_color.blue, aMessages[i].m_color.alpha));
|
||||
CFont::SetBackGroundOnlyTextOff();
|
||||
CFont::SetFontStyle(FONT_BANK);
|
||||
CFont::SetFontStyle(FONT_STANDARD);
|
||||
CFont::PrintString(aMessages[i].m_pos.x, aMessages[i].m_pos.y, strToPrint);
|
||||
}
|
||||
NumMessages = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue