diff options
| -rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 71c72e5fd9..3c81ab5c81 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; |
