summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 07:28:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 07:28:32 +0000
commit12b8e7cda24e50aad13854a77688dfbaf63466b2 (patch)
tree57946cf116f967bc103b6bec645e42c022bf8501 /crawl-ref/source/terrain.h
parentf6b9c44b268e74a6d5ae23a0cefe0ab4c4f599ca (diff)
downloadcrawl-ref-12b8e7cda24e50aad13854a77688dfbaf63466b2.tar.gz
crawl-ref-12b8e7cda24e50aad13854a77688dfbaf63466b2.zip
Add still another whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6080 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index b7cbf4313f..375778dd10 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -21,7 +21,7 @@ struct coord_def;
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-bool fall_into_a_pool( int entry_x, int entry_y, bool allow_shift,
+bool fall_into_a_pool( int entry_x, int entry_y, bool allow_shift,
unsigned char terrain );