shithub: choc

Download patch

ref: cb771394c341904f8b3e8ee55dedc73898ac39f5
parent: 3951c995ebb761de6bfc2f852c5a81eb51ba42f5
author: Simon Howard <fraggle@gmail.com>
date: Tue Feb 26 17:05:41 EST 2008

Minor config file documentation fixes.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1092

--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -387,7 +387,7 @@
     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 @@
     //!
     // 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 @@
     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),