diff options
Diffstat (limited to 'engines/adl')
-rw-r--r-- | engines/adl/hires6.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/adl/hires6.cpp b/engines/adl/hires6.cpp index 347a4f2e69..10d8580fcc 100644 --- a/engines/adl/hires6.cpp +++ b/engines/adl/hires6.cpp @@ -195,6 +195,8 @@ int HiRes6Engine::o_fluteSound(ScriptEnv &e) { playTones(tones, false); + _linesPrinted = 0; + return 0; } |