From 3cf0d66d369c0445a58a6da8abfca61a5dcd9178 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 24 Feb 2009 20:59:46 +0000 Subject: split map target selection from hud target selection --- src/client/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/map.h') diff --git a/src/client/map.h b/src/client/map.h index 2b1bacf..37da19a 100644 --- a/src/client/map.h +++ b/src/client/map.h @@ -18,7 +18,7 @@ public: Map(ui::Widget *parent = 0); virtual ~Map(); - inline size_t hover() const { return map_hover; } + inline unsigned int hover() const { return map_hover; } /// toggle the map window void toggle(); @@ -32,7 +32,7 @@ public: protected: virtual void draw(); - size_t map_hover; + unsigned int map_hover; core::Entity *map_target; }; -- cgit v1.2.3