From 1f348745b00bb2f3fc3bc37d30221ab2f229b28d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 15 Dec 2011 12:24:48 +0200 Subject: DREAMWEB: Fix regression in describeOb() --- engines/dreamweb/stubs.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/dreamweb') 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 -- cgit v1.2.3