summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-11-08 18:49:47 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-11-08 18:49:47 +0100
commitfe5d0c9cdf582026960c87988adcad31d6e67e13 (patch)
tree93eb6ed7698f9cc2075541b4e58de0b135fff4f5 /src/core/Pad.cpp
parentPickups fix (diff)
downloadre3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar
re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.gz
re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.bz2
re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.lz
re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.xz
re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.zst
re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.zip
Diffstat (limited to '')
-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 6752c1c5..983fc588 100644
--- a/src/core/Pad.cpp
+++ b/src/core/Pad.cpp
@@ -3294,7 +3294,7 @@ void CPad::PrintErrorMessage(void)
CFont::SetScale(SCREEN_SCALE_X(0.85f), SCREEN_SCALE_Y(1.0f));
CFont::SetJustifyOff();
CFont::SetBackgroundOff();
- CFont::SetCentreSize(SCREEN_STRETCH_FROM_RIGHT(50.0f));
+ CFont::SetCentreSize(SCREEN_SCALE_X(590.0f));
CFont::SetCentreOn();
CFont::SetPropOn();
CFont::SetColor(CRGBA(255, 255, 200, 200));
@@ -3312,7 +3312,7 @@ void CPad::PrintErrorMessage(void)
CFont::SetScale(SCREEN_SCALE_X(0.85f), SCREEN_SCALE_Y(1.0f));
CFont::SetJustifyOff();
CFont::SetBackgroundOff();
- CFont::SetCentreSize(SCREEN_STRETCH_FROM_RIGHT(50.0f));
+ CFont::SetCentreSize(SCREEN_SCALE_X(590.0f));
CFont::SetCentreOn();
CFont::SetPropOn();
CFont::SetColor(CRGBA(255, 255, 200, 200));