summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-29 11:36:36 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-29 11:36:36 +0000
commit0cba8a69f3ec226c95957572b7904245e31024a6 (patch)
tree52ad1cd432392bb332a12c002b22f082ed0911f8
parentfc97f1d1fd5170120949bad5cca7de1012802077 (diff)
downloadcrawl-ref-0cba8a69f3ec226c95957572b7904245e31024a6.tar.gz
crawl-ref-0cba8a69f3ec226c95957572b7904245e31024a6.zip
Fixed compile error.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@726 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index e1c9e7ebe8..2f3ef943a8 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -926,7 +926,7 @@ bool activate_ability(void)
break;
case ABIL_TSO_SMITING:
- cast_smiting( (2 + skill_bump(SK_INVOCATIONS])) * 6 );
+ cast_smiting( (2 + skill_bump(SK_INVOCATIONS)) * 6 );
exercise( SK_INVOCATIONS, (coinflip()? 3 : 2) );
break;