summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 46bf4c23..317a0b59 100644
--- a/src/map.h
+++ b/src/map.h
@@ -104,7 +104,7 @@ class Map : public Properties
/**
* Draws the overlay graphic to the given graphics output.
*/
- void drawOverlay(Graphics *graphics, float scrollX, float scrollY);
+ void drawOverlay(Graphics *graphics, float scrollX, float scrollY, int detail);
/**
* Sets the size of the map. This will destroy any existing map data.