[Scummvm-cvs-logs] scummvm master -> 9205b8eb0567c29f6f9518874a14d2de7833d79e

eriktorbjorn eriktorbjorn at telia.com
Mon May 23 23:40:00 CEST 2011


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:
9205b8eb05 TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers


Commit: 9205b8eb0567c29f6f9518874a14d2de7833d79e
    https://github.com/scummvm/scummvm/commit/9205b8eb0567c29f6f9518874a14d2de7833d79e
Author: eriktorbjorn (eriktorbjorn at users.sourceforge.net)
Date: 2011-05-23T14:36:54-07:00

Commit Message:
TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers

This is a simpler fix than the one I committed to the 1.3 branch,
but since it carries a theoretical risk of regressions it's so
much more macho.

Changed paths:
    engines/tinsel/handle.cpp



diff --git a/engines/tinsel/handle.cpp b/engines/tinsel/handle.cpp
index 092d282..eeb83b1 100644
--- a/engines/tinsel/handle.cpp
+++ b/engines/tinsel/handle.cpp
@@ -243,9 +243,6 @@ void LoadCDGraphData(MEMHANDLE *pH) {
  * @param next			Handle of end of range + 1
  */
 void LoadExtraGraphData(SCNHANDLE start, SCNHANDLE next) {
-	if (start == cdBaseHandle)
-		return;
-
 	OpenCDGraphFile();
 
 	MemoryDiscard((handleTable + cdPlayHandle)->_node); // Free it






More information about the Scummvm-git-logs mailing list