From c6b621bf1bfc70baa0ea87b15e4e4656c6a43457 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 18 Jun 2008 03:08:45 +0000 Subject: Add more miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5931 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stuff.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/stuff.h') diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h index 02fa98aa5e..7f2ebeb2fd 100644 --- a/crawl-ref/source/stuff.h +++ b/crawl-ref/source/stuff.h @@ -169,8 +169,7 @@ char index_to_letter (int the_index); int letter_to_index(int the_letter); int near_stairs(const coord_def &p, int max_dist, - dungeon_char_type &stair_type, - branch_type &branch); + dungeon_char_type &stair_type. branch_type &branch); inline bool testbits(unsigned long flags, unsigned long test) { -- cgit v1.2.3-54-g00ecf