1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Get moved audio code linking

This commit is contained in:
Ted John
2017-03-29 17:46:02 +01:00
committed by Gymnasiast
parent d206d181f2
commit e426c70bbc
9 changed files with 72 additions and 40 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenRCT2 { namespace Audio
class NullAudioSource : public IAudioSource
{
public:
uint64 GetLength() override
uint64 GetLength() const override
{
return 0;
}