Allow building with FMOD 4.34

This commit is contained in:
Randy Heit 2015-02-26 18:49:10 -06:00
parent 8fd08c2acc
commit 410d3007d3

View file

@ -63,7 +63,7 @@ extern HWND Window;
#include "cmdlib.h"
#include "s_sound.h"
#if FMOD_VERSION > 0x42899 && FMOD_VERSION < 0x43600
#if FMOD_VERSION > 0x42899 && FMOD_VERSION < 0x43400
#error You are trying to compile with an unsupported version of FMOD.
#endif