summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 21:56:00 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 21:56:00 +0200
commitb533f5e8eb893edc447c47cd43c0e681e9d58825 (patch)
tree54d3c1b2c277a6ca4ccc3990fcfc0ecdb870bdae /src/variable.c
parent7596aa392513c741848afee229153f82c6b8d3ee (diff)
Remove "arg_fiddle" global
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/variable.c b/src/variable.c
index feed0c37..2ec4f7bc 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -46,9 +46,8 @@ u16b sf_lives; /* Number of past "lives" with this file */
u16b sf_saves; /* Number of "saves" during this life */
/*
- * Run-time arguments
+ * Run-time aruments
*/
-bool_ arg_fiddle; /* Command arg -- Request fiddle mode */
bool_ arg_wizard; /* Command arg -- Request wizard mode */
bool_ arg_sound; /* Command arg -- Request special sounds */
bool_ arg_graphics; /* Command arg -- Request graphics mode */