summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit902611ac55dbd2c967f244b27c54d37540964c47 (patch)
tree267b68cd64a1941130092348f8516e2af647681d /src/variable.cc
parente1273e8666e5c03c36b55a4fec80f6f76270ee10 (diff)
Move non-boolean options to options.cc too
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/variable.cc b/src/variable.cc
index a0e075b3..fd8ccd40 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -143,33 +143,6 @@ int text_out_indent = 0;
/*
- * Software options (set via the '=' command). See "tables.c"
- */
-
-
-
-
-/* Cheating options */
-
-bool_ cheat_peek; /* Peek into object creation */
-bool_ cheat_hear; /* Peek into monster creation */
-bool_ cheat_room; /* Peek into dungeon creation */
-bool_ cheat_xtra; /* Peek into something else */
-bool_ cheat_live; /* Allow player to avoid death */
-
-
-/* Special options */
-
-byte hitpoint_warn; /* Hitpoint warning (0 to 9) */
-
-byte delay_factor; /* Delay factor (0 to 9) */
-
-bool_ autosave_l; /* Autosave before entering new levels */
-bool_ autosave_t; /* Timed autosave */
-s16b autosave_freq; /* Autosave frequency */
-
-
-/*
* Dungeon variables
*/