From 410d3007d3623495beca1d14efd42f69a956209d Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Thu, 26 Feb 2015 18:49:10 -0600 Subject: [PATCH] Allow building with FMOD 4.34 --- src/sound/fmodsound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/fmodsound.cpp b/src/sound/fmodsound.cpp index 648eb504e..d23a2d710 100644 --- a/src/sound/fmodsound.cpp +++ b/src/sound/fmodsound.cpp @@ -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