aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor_text.cpp')
-rw-r--r--engines/glk/frotz/processor_text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/processor_text.cpp b/engines/glk/frotz/processor_text.cpp
index 0ae21240c5..c56524aca6 100644
--- a/engines/glk/frotz/processor_text.cpp
+++ b/engines/glk/frotz/processor_text.cpp
@@ -570,7 +570,7 @@ void Processor::handleAbbreviations() {
// Check for standard abbreviations
if (word == "g")
- word == "again";
+ word = "again";
else if (word == "o")
word = "oops";
else if (word == "x")