aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
Diffstat (limited to 'sky')
-rw-r--r--sky/text.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/text.cpp b/sky/text.cpp
index 06f8bbf685..9e7635902f 100644
--- a/sky/text.cpp
+++ b/sky/text.cpp
@@ -248,6 +248,8 @@ displayText_t SkyText::displayText(char *textPtr, uint8 *dest, bool centre, uint
_dtLetters++;
while (textChar >= 0x20) {
+ if ((_curCharSet == 1) && (textChar >= 0x80))
+ textChar = 0x20;
textChar -= 0x20;
if (textChar == 0) {