aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/adv.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/adv.h')
-rw-r--r--engines/tony/adv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/tony/adv.h b/engines/tony/adv.h
index 9a5ecd5072..bcf62a0c24 100644
--- a/engines/tony/adv.h
+++ b/engines/tony/adv.h
@@ -66,6 +66,13 @@ namespace Tony {
#define RM_SKIPY ((RM_BBY - RM_SY) / 2)
#define RM_SKIPX 0
+// Name lengths
+// FIXME: Some of these can likely be removed when refactoring is completed
+#define MAX_DRIVE 10
+#define MAX_DIR 255
+#define MAX_FNAME 100
+#define MAX_EXT 10
+
// Tony's actions
enum RMTonyAction {
TA_GOTO = 0,