summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-13 12:40:50 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-13 12:40:50 +0000
commit1b7682ecfe6bb7d7d37e73f8769a452fdc8b04d2 (patch)
tree153c6ac2a903248e5c28e39b4a6cc3928834951a /crawl-ref/source/spl-cast.h
parent0eb7e87096f07509f3fed6a82fab696d505a2c18 (diff)
downloadcrawl-ref-1b7682ecfe6bb7d7d37e73f8769a452fdc8b04d2.tar.gz
crawl-ref-1b7682ecfe6bb7d7d37e73f8769a452fdc8b04d2.zip
General code cleanups and goto removal.
Fixed a possible crash when using Backspace to restart character selection. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1855 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 6021cd634b..eeaa6578bc 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -16,7 +16,7 @@
#include "enum.h"
-char list_spells( void );
+int list_spells();
int spell_fail( spell_type spell );
int calc_spell_power(spell_type spell, bool apply_intel,
bool fail_rate_chk = false );