mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
DREAMWEB: Fix broken merge for pull request #151
This commit is contained in:
parent
f6d63ae6a8
commit
00b0aafd4c
@ -62,7 +62,7 @@ void DreamGenContext::talk() {
|
||||
} while (!data.byte(kGetback));
|
||||
|
||||
if (data.byte(kTalkpos) >= 4)
|
||||
data.byte(data.word(kPersondata)+7) |= 128;
|
||||
_personData->b7 |= 128;
|
||||
|
||||
redrawMainScrn();
|
||||
workToScreenM();
|
||||
|
Loading…
x
Reference in New Issue
Block a user