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"