aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/hires1.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2016-03-15 22:34:00 +0100
committerWalter van Niftrik2016-06-06 20:35:49 +0200
commit1e5fff86c875958408f3a5532451139626a4dc56 (patch)
tree6f118fb95ab50f06e3b5d996f8c5d3b4664449b5 /engines/adl/hires1.cpp
parent7cef93739c24bb017e31bb2d5c359a93582426cd (diff)
downloadscummvm-rg350-1e5fff86c875958408f3a5532451139626a4dc56.tar.gz
scummvm-rg350-1e5fff86c875958408f3a5532451139626a4dc56.tar.bz2
scummvm-rg350-1e5fff86c875958408f3a5532451139626a4dc56.zip
ADL: Fix hires2 message printing
Diffstat (limited to 'engines/adl/hires1.cpp')
-rw-r--r--engines/adl/hires1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/hires1.cpp b/engines/adl/hires1.cpp
index 438d9c2dcf..368b08cbb3 100644
--- a/engines/adl/hires1.cpp
+++ b/engines/adl/hires1.cpp
@@ -274,7 +274,7 @@ void HiRes1Engine::drawPic(byte pic, Common::Point pos) const {
_graphics->drawPic(f, pos, 0x7f);
}
-void HiRes1Engine::printMessage(uint idx, bool wait) const {
+void HiRes1Engine::printMessage(uint idx, bool wait) {
// Messages with hardcoded overrides don't delay after printing.
// It's unclear if this is a bug or not. In some cases the result
// is that these strings will scroll past the four-line text window