From 2911c2aeb88e5b8e080502afe336b9a2907c2efc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 6 Apr 2005 17:42:39 +0000 Subject: [PATCH] oops svn-id: r17421 --- scumm/scumm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 71c72e5fd95..3c81ab5c814 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -690,7 +690,6 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS _debugger = NULL; _debugFlags = 0; _sound = NULL; - memset(&res, 0, sizeof(res)); memset(&vm, 0, sizeof(vm)); _smushVideoShouldFinish = false; _smushPaused = false;