summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 5006e72981..5c7a18bb2a 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1853,7 +1853,7 @@ int your_spells( int spc2, int powc, bool allow_fail )
spellcasting_side_effects(spc2);
- return (true);
+ return (SPRET_SUCCESS);
} // end you_spells()
void exercise_spell( int spell, bool spc, bool success )