aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/mouse.h')
-rw-r--r--engines/hugo/mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/mouse.h b/engines/hugo/mouse.h
index 76990e83da..bdb70f7d4c 100644
--- a/engines/hugo/mouse.h
+++ b/engines/hugo/mouse.h
@@ -43,7 +43,7 @@ public:
private:
HugoEngine *_vm;
- #define CURSOR_NOCHAR '~' // Don't show name of object under cursor
+ static const char kCursorNochar = '~'; // Don't show name of object under cursor
static const int kExitHotspot = -4; // Cursor over Exit hotspot
static const int kCursorNameIndex = 2; // Index of name used under cursor