diff --git a/src/avp/win95/objsetup.cpp b/src/avp/win95/objsetup.cpp index 422916b..bf3cddf 100644 --- a/src/avp/win95/objsetup.cpp +++ b/src/avp/win95/objsetup.cpp @@ -1,8 +1,4 @@ -#ifdef DAVEW - #define DB_LEVEL 1 -#else - #define DB_LEVEL 1 -#endif +#define DB_LEVEL 1 #include diff --git a/src/avp/win95/psndplat.c b/src/avp/win95/psndplat.c index 288a950..b16b6ff 100644 --- a/src/avp/win95/psndplat.c +++ b/src/avp/win95/psndplat.c @@ -2,11 +2,7 @@ AvP platform specific sound management source ----------------------------------------------------------------------------*/ -#ifdef DAVEW - #define DB_LEVEL 4 -#else - #define DB_LEVEL 3 -#endif +#define DB_LEVEL 3 #include "3dc.h" #include "inline.h"