diff options
Diffstat (limited to 'src/resources/soundeffect.cpp')
-rw-r--r-- | src/resources/soundeffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/soundeffect.cpp b/src/resources/soundeffect.cpp index 7f43e2e44..9cf511965 100644 --- a/src/resources/soundeffect.cpp +++ b/src/resources/soundeffect.cpp @@ -57,7 +57,7 @@ bool SoundEffect::play(const int loops, const int volume, return Mix_PlayChannel(channel, mChunk, loops) != -1; } -int SoundEffect::calcMemoryLocal() +int SoundEffect::calcMemoryLocal() const { return sizeof(SoundEffect) + sizeof(SDL_AudioSpec) + |