diff options
-rw-r--r-- | engines/sherlock/tattoo/tattoo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp index 13bffbb94d..ad2763ba04 100644 --- a/engines/sherlock/tattoo/tattoo.cpp +++ b/engines/sherlock/tattoo/tattoo.cpp @@ -45,7 +45,7 @@ void TattooEngine::initialize() { // Initialize the base engine SherlockEngine::initialize(); - _flags.resize(100 * 8); + _flags.resize(3200); // Add some more files to the cache _res->addToCache("walk.lib"); |