diff options
-rw-r--r-- | engines/dreamweb/stubs.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index e721d482db..0c57d0d767 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -3402,11 +3402,12 @@ void DreamGenContext::describeOb() { if (data.byte(kForeignrelease) && data.byte(kObjecttype) == 1) y = 82; data.word(kCharshift) = 91 + 91; - printDirect(obText, 33, y, 241, 241 & 1); + printDirect(&obText, 33, &y, 241, 241 & 1); data.word(kCharshift) = 0; + y = 104; if (data.byte(kForeignrelease) && data.byte(kObjecttype) == 1) y = 94; - printDirect(obText, 36, y, 241, 241 & 1); + printDirect(&obText, 36, &y, 241, 241 & 1); obsThatDoThings(); // Additional text |