summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-30 12:25:35 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-30 12:25:35 +0000
commitcbd9791cd0bd50b017312d12d8110580b90873ec (patch)
tree1ba88ee570d82d8112ae00b99947680ffc85198c /crawl-ref/source/spl-cast.h
parent67ff47f25420cc6e8cccd2a4f02f1810eb4fe141 (diff)
downloadcrawl-ref-cbd9791cd0bd50b017312d12d8110580b90873ec.tar.gz
crawl-ref-cbd9791cd0bd50b017312d12d8110580b90873ec.zip
Running now respects travel_delay.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1698 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 650a221f27..488ef1b669 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -42,7 +42,8 @@ void inspect_spells();
/* ***********************************************************************
* called from: ability - debug - it_use3 - spell
* *********************************************************************** */
-spret_type your_spells( spell_type spc2, int powc = 0, bool allow_fail = true );
+spret_type your_spells( spell_type spell, int powc = 0,
+ bool allow_fail = true );
// last updated 12may2000 {dlb}
/* ***********************************************************************