aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/text.cpp')
-rw-r--r--engines/macventure/text.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/macventure/text.cpp b/engines/macventure/text.cpp
index 46a54bd4ab..6671c28750 100644
--- a/engines/macventure/text.cpp
+++ b/engines/macventure/text.cpp
@@ -66,9 +66,9 @@ void TextAsset::decodeOld() {
lowercase = true;
} else if (val == 0x1C) {
if (lowercase) {
- c = 0x27; // Ascii '
+ c = '\'';
} else {
- c = 0x22; // Ascii '"'
+ c = '"';
}
lowercase = true;
} else if (val == 0x1D) { // Composite