Add a new bugfix

This commit is contained in:
Clownacy 2019-09-12 14:50:06 +00:00
parent 7ac0fa91a2
commit 69292f99f6

View file

@ -10,6 +10,11 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#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 <dsound.h> #include <dsound.h>
#include "WindowsWrapper.h" #include "WindowsWrapper.h"