From b1090cd8f90ac49646b4269a86a056dedba59f00 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 3 Sep 2020 21:29:48 +0100 Subject: [PATCH] Correct some mistakes that this branch has --- src/Sound.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Sound.cpp b/src/Sound.cpp index 188edd0e..71550c07 100644 --- a/src/Sound.cpp +++ b/src/Sound.cpp @@ -13,6 +13,7 @@ equivalents. #include "Sound.h" #include +#include #include #include #include @@ -211,7 +212,7 @@ BOOL LoadSoundObject(const char *file_name, int no) #ifdef FIX_MAJOR_BUGS free(wp); // The updated Organya source code includes this fix #endif - return FALSE; + return FALSE; } free(wp);