From 6ffcadb705613e2a4443f0a129a0191c897485eb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 23 Oct 2006 17:57:56 +0000 Subject: Change config variable names to be the same as used in Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 716 --- setup/sound.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup/sound.h') diff --git a/setup/sound.h b/setup/sound.h index 8ffbd907..8a039f68 100644 --- a/setup/sound.h +++ b/setup/sound.h @@ -23,11 +23,11 @@ #define SETUP_SOUND_H extern int snd_sfxdevice; -extern int snd_channels; -extern int sfx_volume; +extern int numChannels; +extern int sfxVolume; extern int snd_musicdevice; -extern int music_volume; +extern int musicVolume; void ConfigSound(void); -- cgit v1.2.3