summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-05-16 20:40:58 +0200
committerTreeki <treeki@gmail.com>2011-05-16 20:40:58 +0200
commit3b2e49cbe3ddc0944715484d21f31e985137d0a7 (patch)
tree81d2e4aa3209e019406786eb3a81b5556b7cf3fd
parent5b2e014e30c8183b59e5967dfe4aae2d70cc0a58 (diff)
downloadkamek-3b2e49cbe3ddc0944715484d21f31e985137d0a7.tar.gz
kamek-3b2e49cbe3ddc0944715484d21f31e985137d0a7.zip
derp forgot this too
-rw-r--r--src/worldmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/worldmap.h b/src/worldmap.h
index 553abdd..038d9c2 100644
--- a/src/worldmap.h
+++ b/src/worldmap.h
@@ -12,7 +12,7 @@
#define __NEWER_WORLDMAP_H
#define WM_DEBUGGING
-#define WM_SPAMMY_DEBUGGING
+//#define WM_SPAMMY_DEBUGGING
#include <common.h>
#include <game.h>
@@ -62,6 +62,8 @@ public:
bool layoutLoaded;
m2d::EmbedLayout_c layout;
+ void updateText();
+
static dWMHud_c *build();
static dWMHud_c *instance;
};