DFillmore / viola

Viola is a Z-Machine Interpreter written in Python.
19 stars 2 forks source link

Sound interrupt routines circumvent quit #40

Closed DFillmore closed 10 years ago

DFillmore commented 10 years ago

If the interpreter is at the 'press any key to quit' prompt, and a sound is still playing, when the sound finishes it can call the interrupt routine, which will start the game running again.

DFillmore commented 10 years ago

This will also screw up restarts and restores. Maybe end the sound immediately when any of those happen?