summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};