diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-24 23:35:20 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-24 23:35:20 +0000 |
commit | 833abc3732c87ed4822fa31065f84d857e9018cc (patch) | |
tree | 9fdb75fc714403bb5a6c52a57bfa1dc8b4b87877 /src/map.h | |
parent | 36507be9efb10a031cea5eaf54297089126a9daa (diff) | |
download | mana-client-833abc3732c87ed4822fa31065f84d857e9018cc.tar.gz mana-client-833abc3732c87ed4822fa31065f84d857e9018cc.tar.bz2 mana-client-833abc3732c87ed4822fa31065f84d857e9018cc.tar.xz mana-client-833abc3732c87ed4822fa31065f84d857e9018cc.zip |
added a config option to set the grade of detail of the overlay system.
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |