From cbd9791cd0bd50b017312d12d8110580b90873ec Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 30 Jun 2007 12:25:35 +0000 Subject: Running now respects travel_delay. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1698 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.h') 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} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf