diff --git a/Stub/sound.cpp b/Stub/sound.cpp index 5aff5c978..0024e4efd 100644 --- a/Stub/sound.cpp +++ b/Stub/sound.cpp @@ -199,7 +199,7 @@ TSnd *__fastcall sound_file_load(char *path) void __fastcall sound_file_cleanup(TSnd *sound_file) { - UNIMPLEMENTED(); + DUMMY(); } int __fastcall sound_get_or_set_sound_volume(int volume)