summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commitb0eb19b7a0750759d429c78845888e88de517352 (patch)
tree1dbe23807f5e9e9a4408afdc6dd234fe1da7e53c /src/variable.cc
parent56097f144062c8b6ec894020fc7cf31b8516816d (diff)
Remove smart_cheat option
Behave as if always FALSE.
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.cc b/src/variable.cc
index ab941525..f5fdefe0 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -221,7 +221,6 @@ bool_ dungeon_stair; /* Generate dungeons with connected stairs */
bool_ flow_by_sound; /* Monsters track new player location */
bool_ smart_learn; /* Monsters learn from their mistakes */
-bool_ smart_cheat; /* Monsters exploit player weaknesses */
/* Option Set 4 -- Efficiency */