ADL: Fix hires6 flute opcode

This commit is contained in:
Walter van Niftrik 2017-02-20 17:36:36 +01:00
parent bb5db9de27
commit 27c956a255

View File

@ -195,6 +195,8 @@ int HiRes6Engine::o_fluteSound(ScriptEnv &e) {
playTones(tones, false);
_linesPrinted = 0;
return 0;
}