From 1e5fff86c875958408f3a5532451139626a4dc56 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Tue, 15 Mar 2016 22:34:00 +0100 Subject: ADL: Fix hires2 message printing --- engines/adl/hires1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/adl/hires1.cpp') 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 -- cgit v1.2.3