diff --git a/Source/effects_stubs.cpp b/Source/effects_stubs.cpp index 950796bfd..38702061b 100644 --- a/Source/effects_stubs.cpp +++ b/Source/effects_stubs.cpp @@ -44,7 +44,7 @@ void PlaySfxLoc(SfxID psfx, Point position, bool randomizeByCategory) } void sound_stop() { } void sound_update() { } -void effects_cleanup_sfx() { } +void effects_cleanup_sfx(bool fullUnload) { } void sound_init() { } void ui_sound_init() { } void effects_play_sound(SfxID id) { }