From 12b8e7cda24e50aad13854a77688dfbaf63466b2 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 23 Jun 2008 07:28:32 +0000 Subject: Add still another whitespace fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6080 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/terrain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/terrain.h') 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 ); -- cgit v1.2.3-54-g00ecf