diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 04:10:06 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 04:10:06 +0300 |
commit | 552205dfbaea70628df56a4966d269a81a97d28e (patch) | |
tree | dbef85f0681e0a9a4e7bd24b3b77198e5781def8 /src/core/Pad.cpp | |
parent | 44e2fcee393a16a3db5251f14e839506ae544898 (diff) |
FONT_BANK renamed to FONT_STANDARD
Diffstat (limited to 'src/core/Pad.cpp')
-rw-r--r-- | src/core/Pad.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp index 924d4724..a0fd0535 100644 --- a/src/core/Pad.cpp +++ b/src/core/Pad.cpp @@ -2286,7 +2286,7 @@ void CPad::PrintErrorMessage(void) CFont::SetCentreOn(); CFont::SetPropOn(); CFont::SetColor(CRGBA(255, 255, 200, 200)); - CFont::SetFontStyle(FONT_BANK); + CFont::SetFontStyle(FONT_STANDARD); CFont::PrintString ( SCREEN_WIDTH / 2, @@ -2303,7 +2303,7 @@ void CPad::PrintErrorMessage(void) CFont::SetCentreOn(); CFont::SetPropOn(); CFont::SetColor(CRGBA(255, 255, 200, 200)); - CFont::SetFontStyle(FONT_BANK); + CFont::SetFontStyle(FONT_STANDARD); CFont::PrintString ( SCREEN_WIDTH / 2, |