summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorMikko Vepsalainen <mtvepsal@gmail.com>2014-07-11 00:27:04 +0300
committerNeil Moore <neil@s-z.org>2014-07-10 22:36:26 -0400
commitcf9921f95181bc628ff2d25e0eefb592484c9472 (patch)
tree679b5ccc10c40f5f4daa5a0c70a9bd2998d3921a /crawl-ref/source/main.cc
parentb5d75e044a05f1018eafbd445bf5f2044583fe12 (diff)
downloadcrawl-ref-cf9921f95181bc628ff2d25e0eefb592484c9472.tar.gz
crawl-ref-cf9921f95181bc628ff2d25e0eefb592484c9472.zip
Remove unused variable.
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 24b544d033..1a11f5a152 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -2309,7 +2309,7 @@ void world_reacts()
if (!crawl_state.game_is_arena())
player_reacts();
- abyss_morph(you.time_taken);
+ abyss_morph();
apply_noises();
handle_monsters(true);