summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-29 10:42:36 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-29 10:42:36 +0000
commit77be5ae4a0b896e42f0169d880582f3842568c83 (patch)
treefa6f318b9c73fa998798942bee709b54e945df49 /crawl-ref/source/externs.h
parent5d132a7fba202b7b19807d1058ac680bfbb1e0f3 (diff)
downloadcrawl-ref-77be5ae4a0b896e42f0169d880582f3842568c83.tar.gz
crawl-ref-77be5ae4a0b896e42f0169d880582f3842568c83.zip
Made default targeting an option (default_target, defaults to false.)
If default_target is set, direction() now starts on the closest target (as if you pressed '+') if your previous target is invalid. Removed old fizzle check option. Ctrl-T is now free. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@902 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 7f8a74d87e..1458cac4c5 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -805,7 +805,6 @@ public:
bool autopickup_on;
bool autoprayer_on;
- bool fizzlecheck_on;
bool show_turns; // Show turns used in HUD.
@@ -821,6 +820,7 @@ public:
bool easy_butcher; // open doors with movement
bool increasing_skill_progress; // skills go from 0-10 or 10-0
bool confirm_self_target; // require confirmation before selftarget
+ bool default_target; // start targeting on a real target
bool safe_autopickup; // don't autopickup when monsters visible
bool autopickup_no_burden; // don't autopickup if it changes burden
bool note_skill_max; // take note when skills reach new max