aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 1c2835cf40..9115b22ccc 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -44,6 +44,9 @@ namespace Tony {
#define T_MAREMETA 7
+#define MAX_PATH 255
+
+
struct CharacterStruct {
uint32 code;
RMItem *item;