summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 01:31:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 01:31:45 +0000
commit24f9798b08e8f2e2145d9602b2ad21b8212c9ebd (patch)
treefa2622ad9d9e128e517ec22e2a39355fcb5c3d45 /crawl-ref/source/abl-show.h
parentac443bc023783ad6fd496a80bdfb5d4e51814be0 (diff)
downloadcrawl-ref-24f9798b08e8f2e2145d9602b2ad21b8212c9ebd.tar.gz
crawl-ref-24f9798b08e8f2e2145d9602b2ad21b8212c9ebd.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5680 c06c8d41-db1a-0410-9941-cceddc491573
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; }