summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-06-02 09:33:06 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-06-02 10:20:57 -0500
commit8dd0b671f30b8bd66243f72de7ab2fa5b0cc0f90 (patch)
tree02405067a89fd52b387855146ff494a77595e162 /crawl-ref/source/delay.h
parent077f3445237bcde3367453981ebdd597ffabaa78 (diff)
downloadcrawl-ref-8dd0b671f30b8bd66243f72de7ab2fa5b0cc0f90.tar.gz
crawl-ref-8dd0b671f30b8bd66243f72de7ab2fa5b0cc0f90.zip
Reorder the Recite parameters so that it can calculate its own power.
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index 142883fe9d..7a2caeca5b 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -64,7 +64,7 @@ struct ait_hp_loss
ait_hp_loss(int _hp, int _ht) : hp(_hp), hurt_type(_ht) { }
};
-int recite_to_single_monster(int pow, const coord_def& where);
+int recite_to_single_monster(const coord_def& where, int pow = -1);
void start_delay( delay_type type, int turns, int parm1 = 0, int parm2 = 0 );
void stop_delay( bool stop_stair_travel = false );