From a060dbecd975ac70d06c0427b4228c2fa8c85617 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 26 Jan 2019 19:13:36 +0100 Subject: [PATCH] Make sound_file_cleanup non fatal --- Stub/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)