[Scummvm-cvs-logs] scummvm master -> 98c827eb4c25b3ba7d4f0f1bd789e2cdc3145bbb

m-kiewitz m_kiewitz at users.sourceforge.net
Fri Jun 12 14:24:26 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:
98c827eb4c SHERLOCK: 3DO: fix entrance loading


Commit: 98c827eb4c25b3ba7d4f0f1bd789e2cdc3145bbb
    https://github.com/scummvm/scummvm/commit/98c827eb4c25b3ba7d4f0f1bd789e2cdc3145bbb
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-12T14:23:34+02:00

Commit Message:
SHERLOCK: 3DO: fix entrance loading

Changed paths:
    engines/sherlock/scene.cpp



diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp
index 7229338..5232457 100644
--- a/engines/sherlock/scene.cpp
+++ b/engines/sherlock/scene.cpp
@@ -733,7 +733,7 @@ bool Scene::loadScene(const Common::String &filename) {
 
 		// === ENTRANCE === Read in the entrance
 		roomStream->seek(header3DO_entranceData_offset);
-		_entrance.load(*roomStream);
+		_entrance.load3DO(*roomStream);
 
 		// === SOUND LIST === Initialize sound list
 		roomStream->seek(header3DO_soundList_offset);






More information about the Scummvm-git-logs mailing list