diff options
Diffstat (limited to 'src/gui/minimap.h')
-rw-r--r-- | src/gui/minimap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/minimap.h b/src/gui/minimap.h index 14db195b..53b18630 100644 --- a/src/gui/minimap.h +++ b/src/gui/minimap.h @@ -26,7 +26,6 @@ #include "window.h" -class Map; class Image; /** @@ -48,9 +47,9 @@ class Minimap : public Window ~Minimap(); /** - * Sets the map that should be displayed. + * Sets the map image that should be displayed. */ - void setMap(Map *map); + void setMapImage(Image *img); /** * Draws the minimap. |