summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-10-25 18:51:27 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-10-25 18:57:24 +0100
commit6729de49b16da9a1be3c95b146ba053bf214c91c (patch)
treea63fb29d11572779c1ba2be52178bc164a3e900f /src/core/Pad.cpp
parentclean up timebar ifdefs (diff)
downloadre3-6729de49b16da9a1be3c95b146ba053bf214c91c.tar
re3-6729de49b16da9a1be3c95b146ba053bf214c91c.tar.gz
re3-6729de49b16da9a1be3c95b146ba053bf214c91c.tar.bz2
re3-6729de49b16da9a1be3c95b146ba053bf214c91c.tar.lz
re3-6729de49b16da9a1be3c95b146ba053bf214c91c.tar.xz
re3-6729de49b16da9a1be3c95b146ba053bf214c91c.tar.zst
re3-6729de49b16da9a1be3c95b146ba053bf214c91c.zip
Diffstat (limited to 'src/core/Pad.cpp')
-rw-r--r--src/core/Pad.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp
index e2f90a7c..0e2f06a6 100644
--- a/src/core/Pad.cpp
+++ b/src/core/Pad.cpp
@@ -2593,7 +2593,7 @@ void CPad::PrintErrorMessage(void)
CFont::SetScale(0.85f, 1.0f);
CFont::SetJustifyOff();
CFont::SetBackgroundOff();
- CFont::SetCentreSize(SCREEN_WIDTH - 20);
+ CFont::SetCentreSize(SCREEN_SCALE_X(DEFAULT_SCREEN_WIDTH - 20));
CFont::SetCentreOn();
CFont::SetPropOn();
CFont::SetColor(CRGBA(255, 255, 200, 200));
@@ -2610,7 +2610,7 @@ void CPad::PrintErrorMessage(void)
CFont::SetScale(0.85f, 1.0f);
CFont::SetJustifyOff();
CFont::SetBackgroundOff();
- CFont::SetCentreSize(SCREEN_WIDTH - 20);
+ CFont::SetCentreSize(SCREEN_SCALE_X(DEFAULT_SCREEN_WIDTH - 20));
CFont::SetCentreOn();
CFont::SetPropOn();
CFont::SetColor(CRGBA(255, 255, 200, 200));