From 6b43ac0d8bbf3dadc5c08d6b5a124ceb7460719c Mon Sep 17 00:00:00 2001 From: ennewalker Date: Fri, 18 Apr 2008 17:58:26 +0000 Subject: Fixing assert problem due to wherex() inconsistency between tile and console versions. Removed jpeg's commented out code in the health bar drawing routine, as the reamining code is correct. (Thanks!) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4339 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libgui.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/libgui.h') diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h index b3a9769f39..49cf753940 100644 --- a/crawl-ref/source/libgui.h +++ b/crawl-ref/source/libgui.h @@ -69,10 +69,9 @@ private: }; struct coord_def; +struct crawl_view_geometry; -void gui_init_view_params(coord_def &termsz, coord_def &viewsz, - coord_def &msgp, coord_def &msgsz, - coord_def &hudp, const coord_def &hudsz); +void gui_init_view_params(crawl_view_geometry &geom); // If mouse on dungeon map, returns true and sets gc. // Otherwise, it just returns false. -- cgit v1.2.3-54-g00ecf