From 69292f99f66b19f3d749630dac4bee141c31da6d Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 12 Sep 2019 14:50:06 +0000 Subject: [PATCH] Add a new bugfix --- src/Organya.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Organya.cpp b/src/Organya.cpp index 371cbb4e..24bb6c3c 100644 --- a/src/Organya.cpp +++ b/src/Organya.cpp @@ -10,6 +10,11 @@ #include #include +#ifdef FIX_BUGS +// The original source code forgot to set this (you can tell because, in the original EXE, +// the DSBUFFERDESC structs in this file have a different size to the ones in Sound.cpp) +#define DIRECTSOUND_VERSION 0x500 +#endif #include #include "WindowsWrapper.h"