diff options
Diffstat (limited to 'src/tables.cc')
-rw-r--r-- | src/tables.cc | 12 |
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, |