Skip to content

Commit

Permalink
DREAMWEB: Fix a regression in monkSpeaking (y should be unchanged)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Dec 28, 2011
1 parent 1c17b27 commit 6e95c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dreamweb/titles.cpp
Expand Up @@ -63,9 +63,9 @@ void DreamWebEngine::monkSpeaking() {
for (int i = 40; i <= 44; i++) {
uint8 printResult = 0;
const uint8 *string = getTextInFile1(i);
uint16 y = 140;

do {
uint16 y = 140;
printResult = printDirect(&string, 36, &y, 239, 239 & 1);
workToScreen();
clearWork();
Expand Down

0 comments on commit 6e95c6d

Please sign in to comment.