From 1d23ad9eae6203fcabc6b1f9a933174bc907f2a9 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 10 Sep 2009 15:58:46 +0000 Subject: Add an inventory-like region for the Tiles version to make spells clickable. '_' toggles between inventory and spell display. Actual tiles are still missing, but everything works as it should. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10648 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilesdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/tilesdl.h') diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h index 1913ebbf8b..e122525cbb 100644 --- a/crawl-ref/source/tilesdl.h +++ b/crawl-ref/source/tilesdl.h @@ -106,6 +106,7 @@ public: void update_minimap(int gx, int gy, map_feature f); void clear_minimap(); void update_minimap_bounds(); + void update_spells(); void update_inventory(); void set_need_redraw(); -- cgit v1.2.3-54-g00ecf