diff options
-rw-r--r-- | engines/sherlock/tattoo/tattoo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp index ad2763ba04..0961601487 100644 --- a/engines/sherlock/tattoo/tattoo.cpp +++ b/engines/sherlock/tattoo/tattoo.cpp @@ -45,7 +45,9 @@ void TattooEngine::initialize() { // Initialize the base engine SherlockEngine::initialize(); + // Initialise the global flags _flags.resize(3200); + _flags[1] = _flags[4] = _flags[76] = true; // Add some more files to the cache _res->addToCache("walk.lib"); |