Skip to content

Commit

Permalink
DREAMWEB: Fix broken merge for pull request #151
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Dec 23, 2011
1 parent f6d63ae commit 00b0aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dreamweb/talk.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 00b0aaf

Please sign in to comment.