From 665e8a1d9fe24d6d0ed1c280d935e671d7217357 Mon Sep 17 00:00:00 2001 From: Yuri Pourre Date: Fri, 30 Jan 2026 17:16:35 -0800 Subject: [PATCH] Update effects_cleanup_sfx stub --- Source/effects_stubs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }