diff options
| author | Max Horn | 2005-04-06 17:42:39 +0000 |
|---|---|---|
| committer | Max Horn | 2005-04-06 17:42:39 +0000 |
| commit | 2911c2aeb88e5b8e080502afe336b9a2907c2efc (patch) | |
| tree | d9aef1337da2e44796a8f6812aebf853b7836986 | |
| parent | 3d5b5f2ad83a5d4b463e9e78f204b132e36f770c (diff) | |
| download | scummvm-rg350-2911c2aeb88e5b8e080502afe336b9a2907c2efc.tar.gz scummvm-rg350-2911c2aeb88e5b8e080502afe336b9a2907c2efc.tar.bz2 scummvm-rg350-2911c2aeb88e5b8e080502afe336b9a2907c2efc.zip | |
oops
svn-id: r17421
| -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; |
