summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 23237b1eae..3979b187d6 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1729,6 +1729,8 @@ static void _paranoid_option_disable( activity_interrupt_type ai,
const monsters* mon = static_cast<const monsters*>(at.data);
if (mon && !player_monster_visible(mon) && !mons_is_submerged(mon))
{
+ // Now that autoprayer has been removed, so the vectors aren't
+ // really needed anymore, but let's keep them "just in case".
std::vector<std::string> deactivatees;
std::vector<std::string> restart;