[Scummvm-git-logs] scummvm master -> 795111561c159c0711f48226cea90fa0d0faba25
criezy
criezy at scummvm.org
Sun Apr 26 02:19:22 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
795111561c DC: Fix compilation
Commit: 795111561c159c0711f48226cea90fa0d0faba25
https://github.com/scummvm/scummvm/commit/795111561c159c0711f48226cea90fa0d0faba25
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-04-26T03:18:46+01:00
Commit Message:
DC: Fix compilation
Changed paths:
backends/platform/dc/dc.h
diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h
index d839aa7088..914690f2ed 100644
--- a/backends/platform/dc/dc.h
+++ b/backends/platform/dc/dc.h
@@ -64,7 +64,7 @@ public:
// Play cdrom audio track
bool play(int track, int numLoops, int startFrame, int duration, bool onlyEmulate = false,
- Audio::Mixer::SoundType soundType) override;
+ Audio::Mixer::SoundType soundType = Audio::Mixer::kMusicSoundType) override;
// Stop cdrom audio track
void stop() override;
More information about the Scummvm-git-logs
mailing list