[Scummvm-cvs-logs] scummvm master -> 40ba51664a4caa148e227b53e84da9401ec53dbb

dreammaster dreammaster at scummvm.org
Mon Jul 27 03:21:36 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:
40ba51664a SHERLOCK: Remove redundant call to freeScene


Commit: 40ba51664a4caa148e227b53e84da9401ec53dbb
    https://github.com/scummvm/scummvm/commit/40ba51664a4caa148e227b53e84da9401ec53dbb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-26T21:20:32-04:00

Commit Message:
SHERLOCK: Remove redundant call to freeScene

Changed paths:
    engines/sherlock/scene.cpp



diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp
index 24278cf..c571f27 100644
--- a/engines/sherlock/scene.cpp
+++ b/engines/sherlock/scene.cpp
@@ -245,9 +245,6 @@ void Scene::selectScene() {
 	ui._windowOpen = ui._infoFlag = false;
 	ui._menuMode = STD_MODE;
 
-	// Free any previous scene
-	freeScene();
-
 	// Load the scene
 	Common::String sceneFile = Common::String::format("res%02d", _goToScene);
 	// _rrmName gets set during loadScene()






More information about the Scummvm-git-logs mailing list