summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2008-02-26 22:05:41 +0000
committerSimon Howard2008-02-26 22:05:41 +0000
commitcb771394c341904f8b3e8ee55dedc73898ac39f5 (patch)
tree72c31c6a9ccfd8dc944ef89b70fdeed7a341e71b /src
parent3951c995ebb761de6bfc2f852c5a81eb51ba42f5 (diff)
downloadchocolate-doom-cb771394c341904f8b3e8ee55dedc73898ac39f5.tar.gz
chocolate-doom-cb771394c341904f8b3e8ee55dedc73898ac39f5.tar.bz2
chocolate-doom-cb771394c341904f8b3e8ee55dedc73898ac39f5.zip
Minor config file documentation fixes.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1092
Diffstat (limited to 'src')
-rw-r--r--src/m_misc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/m_misc.c b/src/m_misc.c
index 67db6abf..506c2f7a 100644
--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -387,7 +387,7 @@ static default_t doom_defaults_list[] =
CONFIG_VARIABLE_INT(music_volume, musicVolume),
//!
- // If non-zero, messages are display on the heads-up display
+ // If non-zero, messages are displayed on the heads-up display
// in the game ("picked up a clip", etc). If zero, these messages
// are not displayed.
//
@@ -547,7 +547,8 @@ static default_t doom_defaults_list[] =
//!
// Sound effects device. A value of zero disables in-game sound
// effects, a value of 1 enables PC speaker sound effects, while
- // any other value enables the "normal" digital sound effects.
+ // a value in the range 2-9 enables the "normal" digital sound
+ // effects.
//
CONFIG_VARIABLE_INT(snd_sfxdevice, snd_sfxdevice),
@@ -815,7 +816,7 @@ static default_t extra_defaults_list[] =
CONFIG_VARIABLE_INT(joystick_x_invert, joystick_x_invert),
//!
- // Joystick axis to use to for horizontal (Y) movement.
+ // Joystick axis to use to for vertical (Y) movement.
//
CONFIG_VARIABLE_INT(joystick_y_axis, joystick_y_axis),