The sound playing code has been reworked to use the hooks instead of having sound-related code embedded in the main loop. Similarly, saving of history is now done in the after-rest-hook.
Using hooks makes it much easier to do thinks when the redtick state transitions. This resolves #2.
The sound playing code has been reworked to use the hooks instead of having sound-related code embedded in the main loop. Similarly, saving of history is now done in the after-rest-hook.
Using hooks makes it much easier to do thinks when the redtick state transitions. This resolves #2.