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:
@@ -24,7 +24,7 @@ namespace OpenRCT2 { namespace Audio
|
||||
class NullAudioSource : public IAudioSource
|
||||
{
|
||||
public:
|
||||
uint64 GetLength() override
|
||||
uint64 GetLength() const override
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user