aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-12-02 05:53:32 +0000
committerTravis Howell2003-12-02 05:53:32 +0000
commitbde45d4335063b12aa5c3de6aaf4951c031662a6 (patch)
treeb7c864d32b294701b7350bfbd188927c46818d0f /simon/vga.cpp
parent528fd63a0754e06b3f5c52159d5423ff96a501b5 (diff)
downloadscummvm-rg350-bde45d4335063b12aa5c3de6aaf4951c031662a6.tar.gz
scummvm-rg350-bde45d4335063b12aa5c3de6aaf4951c031662a6.tar.bz2
scummvm-rg350-bde45d4335063b12aa5c3de6aaf4951c031662a6.zip
This screen update causes delay and doesn't seem to be required.
Remove old debug message svn-id: r11455
Diffstat (limited to 'simon/vga.cpp')
-rw-r--r--simon/vga.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index d645f6d28e..a1785bbb47 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -899,7 +899,6 @@ void SimonEngine::vc_10_draw() {
if (_game & GF_SIMON2 && state.e & 0x4 && _bit_array[10] & 0x800) {
state.surf_addr = state.surf2_addr;
state.surf_pitch = state.surf2_pitch;
- debug(1,"vc_10_draw: (state.e&0x4)");
}
if (state.e & 0x8) {