From 1c46649f35b7423825ea143b614661bc502c9cc5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 23 Apr 2009 22:44:50 +0000 Subject: Add more spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9690 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 6cdd04d41b..ee4899807d 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -388,18 +388,18 @@ bool is_grid_dangerous(int grid) || (grid == DNGN_DEEP_WATER && !player_likes_water()))); } -bool player_in_mappable_area( void ) +bool player_in_mappable_area(void) { return (!testbits(env.level_flags, LFLAG_NOT_MAPPABLE) && !testbits(get_branch_flags(), BFLAG_NOT_MAPPABLE)); } -bool player_in_branch( int branch ) +bool player_in_branch(int branch) { return (you.level_type == LEVEL_DUNGEON && you.where_are_you == branch); } -bool player_in_hell( void ) +bool player_in_hell(void) { // No real reason except to draw someone's attention here if they // mess with the branch enum. -- cgit v1.2.3-54-g00ecf