Skip to content

Commit

Permalink
ADL: Hook up bell in hires2
Browse files Browse the repository at this point in the history
  • Loading branch information
waltervn committed Jun 6, 2016
1 parent 0664b51 commit 7cef937
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions engines/adl/hires2.cpp
Expand Up @@ -154,7 +154,8 @@ void HiRes2Engine::checkTextOverflow(char c) {
return;

_linesPrinted = 0;
// Bell
_display->updateTextScreen();
bell();

while (true) {
char key = inputKey(false);
Expand All @@ -165,9 +166,7 @@ void HiRes2Engine::checkTextOverflow(char c) {
if (key == APPLECHAR('\r'))
break;

// Bell
// Bell
// Bell
bell(3);
}
}

Expand Down

0 comments on commit 7cef937

Please sign in to comment.