Skip to content

Commit

Permalink
DREAMWEB: Fix (bad stride)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramboi committed Nov 18, 2011
1 parent 4a64176 commit 9913705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dreamweb/dreamweb.cpp
Expand Up @@ -393,7 +393,7 @@ void DreamWebEngine::printUnderMonitor() {
++dst; ++src;
}
}
dst += DreamGen::DreamGenContext::kScreenwidth;
dst += DreamGen::DreamGenContext::kScreenwidth - 170;
}
_system->unlockScreen();
}
Expand Down

0 comments on commit 9913705

Please sign in to comment.