From 9205b8eb0567c29f6f9518874a14d2de7833d79e Mon Sep 17 00:00:00 2001 From: eriktorbjorn Date: Mon, 23 May 2011 23:36:54 +0200 Subject: [PATCH] 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. --- engines/tinsel/handle.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/engines/tinsel/handle.cpp b/engines/tinsel/handle.cpp index 092d282b012e..eeb83b1f9863 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