aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/audio_cache.h
AgeCommit message (Collapse)Author
2019-02-12BLADERUNNER: Removal of memory leaksPeter Kohaut
2019-02-11BLADERUNNER: Cleanup of audio codePeter Kohaut
Separated audio cache. Fixed bug in the audio cache where still used sound might get freed. Fixes crashes when engine is unloading which were caused by a race condition between the timer code and engine teardown code.