summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
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 f23df365f4..3402701346 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -2877,7 +2877,7 @@ void world_reacts()
manage_clouds();
if (you.duration[DUR_FIRE_SHIELD] > 0)
- manage_fire_shield();
+ manage_fire_shield(you.time_taken);
// Food death check.
if (you.is_undead != US_UNDEAD && you.hunger <= 500)