summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit72ceb4f2aba3b86be43ba9a7cb5c576b79920543 (patch)
treee353c73e2f2dd75537370e1130a7303a549d5861 /src/tables.cc
parent09f4a4cea91c4cb80f987ad903c3d2748fa73e8c (diff)
Split option variables into separate header and source file
Remove unused testing_stack testing_carry options while we're at it.
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/tables.cc b/src/tables.cc
index 16abe9b1..eb2c9ae1 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -12,6 +12,7 @@
#include "angband.h"
#include "modules.hpp"
+#include "options.hpp"
#include "q_library.h"
#include "q_fireprof.h"
#include "q_bounty.h"
@@ -1574,17 +1575,6 @@ option_type option_info[] =
{ &fate_option, TRUE, 6, 18,
"fate_option", "You can receive fates, good or bad" },
- /* XXX 17 is used BEFORE */
-
- /*** Stacking ***/
-
- { &testing_stack, TRUE, 7, 0,
- "testing_stack", "Allow objects to stack on floor" },
-
- { &testing_carry, TRUE, 7, 1,
- "testing_carry", "Allow monsters to carry objects" },
-
-
/*** End of Table ***/
{ NULL, 0, 0, 0,