summaryrefslogtreecommitdiff
path: root/setup/sound.h
diff options
context:
space:
mode:
authorSimon Howard2006-10-23 17:57:56 +0000
committerSimon Howard2006-10-23 17:57:56 +0000
commit6ffcadb705613e2a4443f0a129a0191c897485eb (patch)
treef378755826d68e24f98b110758ed0765ce220001 /setup/sound.h
parent3ae824b5b4c0f92a3ed3fe5a7274bbba6337e2ee (diff)
downloadchocolate-doom-6ffcadb705613e2a4443f0a129a0191c897485eb.tar.gz
chocolate-doom-6ffcadb705613e2a4443f0a129a0191c897485eb.tar.bz2
chocolate-doom-6ffcadb705613e2a4443f0a129a0191c897485eb.zip
Change config variable names to be the same as used in Doom.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 716
Diffstat (limited to 'setup/sound.h')
-rw-r--r--setup/sound.h6
1 files changed, 3 insertions, 3 deletions
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);