summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-07-02 19:21:30 +0200
committerBardur Arantsson <bardur@scientician.net>2014-07-02 19:59:51 +0200
commit7c1a3ab8b8a9bc3f229389e08e398f6fa9c317d8 (patch)
treee705c69f6c70f7510a78caa91628bc07457faad9 /src/variable.cc
parent899b8fb81a1d5fa66fa842e2ddc4f25e97231ae7 (diff)
Remove "platform" sound support
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 8b2fa8ad..ef134d98 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -49,7 +49,6 @@ u16b sf_saves; /* Number of "saves" during this life */
* Run-time aruments
*/
bool_ arg_wizard; /* Command arg -- Request wizard mode */
-bool_ arg_sound; /* Command arg -- Request special sounds */
bool_ arg_graphics; /* Command arg -- Request graphics mode */
bool_ arg_force_original; /* Command arg -- Request original keyset */
bool_ arg_force_roguelike; /* Command arg -- Request roguelike keyset */
@@ -109,7 +108,6 @@ s32b old_turn; /* Turn when level began (feelings) */
bool_ wizard; /* Is the player currently in Wizard mode? */
-bool_ use_sound; /* The "sound" mode is enabled */
bool_ use_graphics; /* The "graphics" mode is enabled */
bool_ use_bigtile = FALSE;
byte graphics_mode; /* Current graphics mode */