mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
DREAMWEB: Fix regression in describeOb()
This commit is contained in:
parent
93bf275f4c
commit
1f348745b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user