diff options
author | eriktorbjorn | 2011-05-23 23:36:54 +0200 |
---|---|---|
committer | eriktorbjorn | 2011-05-23 23:36:54 +0200 |
commit | 9205b8eb0567c29f6f9518874a14d2de7833d79e (patch) | |
tree | 2e317dcab29d8bbfe9738017710253b987aa90cc | |
parent | 6a635f69419a71931137879a1d9b431300faa8ff (diff) | |
download | scummvm-rg350-9205b8eb0567c29f6f9518874a14d2de7833d79e.tar.gz scummvm-rg350-9205b8eb0567c29f6f9518874a14d2de7833d79e.tar.bz2 scummvm-rg350-9205b8eb0567c29f6f9518874a14d2de7833d79e.zip |
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.
-rw-r--r-- | engines/tinsel/handle.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/tinsel/handle.cpp b/engines/tinsel/handle.cpp index 092d282b01..eeb83b1f98 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 |