diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 2797ce00e..71f5f5f03 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -65,8 +65,9 @@ class SoundEffect final : public Resource * @return <code>true</code> if the playback started properly * <code>false</code> otherwise. */ - bool play(const int loops, const int volume, - const int channel = -1) const; + bool play(const int loops, + const int volume, + const int channel) const; int calcMemoryLocal() const override final; |