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

dreammaster dreammaster at scummvm.org
Sat Jun 13 03:08:53 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:
a17823877d SHERLOCK: RT: Fix initial globals flag values at startup


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

Commit Message:
SHERLOCK: RT: Fix initial globals flag values at startup

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



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






More information about the Scummvm-git-logs mailing list