shithub: cstory

Download patch

ref: 788697dc5d7b4188fd6cf78b339b2165b6fec592
parent: e599d02fb144395e2fabde32270c55fa3c7a2600
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 29 18:18:47 EST 2020

Fix a possible hang in the audio mixer

It was likely a race condition between the game thread writing to
'organya_timer', and the audio thread reading it.

...I really need to rethink the API for this Organya-synchronisation
thing.