summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abl-show.h')
-rw-r--r--crawl-ref/source/abl-show.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.h b/crawl-ref/source/abl-show.h
index ce96ffd873..387d7b7749 100644
--- a/crawl-ref/source/abl-show.h
+++ b/crawl-ref/source/abl-show.h
@@ -39,7 +39,7 @@ struct generic_cost
{
return generic_cost(low, high - low + 1, rolls);
}
-
+
int cost() const;
operator bool () const { return base > 0 || add > 0; }