From 7cef93739c24bb017e31bb2d5c359a93582426cd Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Tue, 15 Mar 2016 20:10:05 +0100 Subject: ADL: Hook up bell in hires2 --- engines/adl/hires2.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'engines/adl/hires2.cpp') diff --git a/engines/adl/hires2.cpp b/engines/adl/hires2.cpp index 575bab9b97..19acf19476 100644 --- a/engines/adl/hires2.cpp +++ b/engines/adl/hires2.cpp @@ -154,7 +154,8 @@ void HiRes2Engine::checkTextOverflow(char c) { return; _linesPrinted = 0; - // Bell + _display->updateTextScreen(); + bell(); while (true) { char key = inputKey(false); @@ -165,9 +166,7 @@ void HiRes2Engine::checkTextOverflow(char c) { if (key == APPLECHAR('\r')) break; - // Bell - // Bell - // Bell + bell(3); } } -- cgit v1.2.3