[Scummvm-cvs-logs] scummvm master -> f812447274fc1de46560e4e611c9d4cb9bf39beb

dreammaster dreammaster at scummvm.org
Fri Jun 12 03:08:17 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f812447274 SHERLOCK: RT: Increase size of global flags array


Commit: f812447274fc1de46560e4e611c9d4cb9bf39beb
    https://github.com/scummvm/scummvm/commit/f812447274fc1de46560e4e611c9d4cb9bf39beb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-11T21:07:19-04:00

Commit Message:
SHERLOCK: RT: Increase size of global flags array

Changed paths:
    engines/sherlock/tattoo/tattoo.cpp



diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp
index 13bffbb..ad2763b 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");






More information about the Scummvm-git-logs mailing list