From 0adddea3d336574eba73836071bef61bb8bdf3f3 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 24 Jul 2001 15:47:23 +0000 Subject: [PATCH] --- source/sound/xmplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sound/xmplay.cpp b/source/sound/xmplay.cpp index 1ab384239..586e23a12 100644 --- a/source/sound/xmplay.cpp +++ b/source/sound/xmplay.cpp @@ -64,7 +64,7 @@ #include "pad\pads.h" -#ifdef __USER_paul__ +#if defined (__USER_paul__) || defined (__USER_daveo__) || defined (__USER_charles__) static int sounddebug=true; #else static int sounddebug=false;