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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 7b5d6db9cf..b63dce7c45 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -43,8 +43,6 @@ namespace Tony {
#define TAPPETI_MARE 6
#define TAPPETI_MAREMETA 7
-#define MAX_PATH 255
-
struct CharacterStruct {
uint32 _code;
RMItem *_item;
@@ -168,7 +166,7 @@ class Globals {
public:
Globals();
- char _nextMusic[MAX_PATH];
+ Common::String _nextMusic;
bool _nextLoop;
int _nextChannel;
int _nextSync;