X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fsound.c;h=2bf6c1a08b15a5a0a955a807604e5558197d9153;hp=97484309228100bceaadd6772eb192094d76e09c;hb=833cc59e0cc1802432f21ddbaa763c99e541fafe;hpb=89987a00158f6655e3475053d3f52aa256f0768b diff --git a/src/sound.c b/src/sound.c index 97484309..2bf6c1a0 100644 --- a/src/sound.c +++ b/src/sound.c @@ -28,9 +28,11 @@ static struct SoundControl emptySoundControl = }; static int stereo_volume[PSND_MAX_LEFT2RIGHT+1]; static char premix_first_buffer[SND_BLOCKSIZE]; +#ifdef VOXWARE static char premix_left_buffer[SND_BLOCKSIZE]; static char premix_right_buffer[SND_BLOCKSIZE]; static int premix_last_buffer[SND_BLOCKSIZE]; +#endif static unsigned char playing_buffer[SND_BLOCKSIZE]; static int playing_sounds = 0; #else