summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-04-11 13:17:34 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-04-11 13:55:08 +0200
commitb2e958ad9c05462a3c7c9a69247d277b4337981a (patch)
tree3062061fb48964d8c51b82bf550690737cabaecf /crawl-ref/source/delay.h
parentad8baf1a148de544662b774e454e423a8289045b (diff)
downloadcrawl-ref-b2e958ad9c05462a3c7c9a69247d277b4337981a.tar.gz
crawl-ref-b2e958ad9c05462a3c7c9a69247d277b4337981a.zip
Revert Ashenzari curses exceptions.
They made some sense (gameplay-wise) with the skill boost, but with the current design, they are not necessary and hurt the flavour (#3792).
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index 19682281ac..0de04c28d1 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -82,8 +82,7 @@ void stop_butcher_delay();
void maybe_clear_weapon_swap();
void handle_interrupted_swap(bool swap_if_safe = false,
bool force_unsafe = false,
- bool transform = false,
- bool force = false);
+ bool transform = false);
void clear_macro_process_key_delay();