Skip to content

Commit

Permalink
TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eriktorbjorn committed May 23, 2011
1 parent 6a635f6 commit 9205b8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/tinsel/handle.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 9205b8e

Please sign in to comment.