From da36f97e1d764e1125deba86a403eee66e937d0b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Apr 2009 18:29:26 +0000 Subject: added jumpdrive capability to shipmodel info message, Makefile.am cleanups, improved map targetting, corrected hud target owner color leak bug --- src/client/map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/map.h') diff --git a/src/client/map.h b/src/client/map.h index b7b60cc..2ddab57 100644 --- a/src/client/map.h +++ b/src/client/map.h @@ -26,6 +26,9 @@ public: /// hide the map window virtual void hide(); + /// show the map window + virtual void show(); + /// called when the widget receives a key press virtual bool on_keypress(const int key, const unsigned int modifier); @@ -33,6 +36,7 @@ protected: virtual void draw(); unsigned int map_hover; + core::Entity *map_target; }; -- cgit v1.2.3