diff options
author | Travis Howell | 2005-11-15 21:38:26 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-15 21:38:26 +0000 |
commit | 8392db7ca8a45228caf9f2211a71c11782702805 (patch) | |
tree | c97794a7a6553885a65ecedd1a5d93d379d0eaeb /simon | |
parent | 4dc368460874c1028f5cc7b105365b1060ec6d15 (diff) | |
download | scummvm-rg350-8392db7ca8a45228caf9f2211a71c11782702805.tar.gz scummvm-rg350-8392db7ca8a45228caf9f2211a71c11782702805.tar.bz2 scummvm-rg350-8392db7ca8a45228caf9f2211a71c11782702805.zip |
Ooops, that should not have been commited.
svn-id: r19602
Diffstat (limited to 'simon')
-rw-r--r-- | simon/vga.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp index 2756839994..7892002d6e 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -824,8 +824,6 @@ void SimonEngine::vc10_draw() { state.surf_addr = dx_lock_attached(); state.surf_pitch = _dxSurfacePitch; - memset(&_video_windows, 0, sizeof(_video_windows)); - { uint offs, offs2; // Allow one section of Simon the Sorcerer 1 introduction to be displayed |