Browse Source

Update effects_cleanup_sfx stub

pull/8453/head
Yuri Pourre 1 month ago committed by Anders Jenbo
parent
commit
665e8a1d9f
  1. 2
      Source/effects_stubs.cpp

2
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) { }

Loading…
Cancel
Save