From 94f5e22fbf155edf0571d69741cafdddf48cf27d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 25 Mar 2008 16:28:18 +0000 Subject: Applying static method conventions to acr.cc and items.cc - this resulted in removing several unused functions from the latter file. Renaming tiles options show_items and title_screen to tile_show_items and tile_title_screen. And as usual, cleaning up tiles code some more. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3876 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tiles.h') diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h index b1db1c39d6..fa1e808c6c 100644 --- a/crawl-ref/source/tiles.h +++ b/crawl-ref/source/tiles.h @@ -60,7 +60,7 @@ void tile_finish_dngn(unsigned int *tileb, int cx, int cy); void tile_draw_dungeon(unsigned int *tileb); // Tile Inventry display -void tile_draw_inv(int item_type = -1, int flag = -1); +void tile_draw_inv(int flag = -1); // Multiple pickup void tile_pick_menu(); -- cgit v1.2.3-54-g00ecf