diff options
author | Travis Howell | 2005-11-19 12:07:50 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-19 12:07:50 +0000 |
commit | 88379e7dbe27ccb108df67e1a4387d1c094df564 (patch) | |
tree | d9a4f9d9b82ab7c3f532e8461c9906ac60d104e4 /simon | |
parent | 9bf1cb1e0466621d8a5d7c9d1ded4314370bf8a8 (diff) | |
download | scummvm-rg350-88379e7dbe27ccb108df67e1a4387d1c094df564.tar.gz scummvm-rg350-88379e7dbe27ccb108df67e1a4387d1c094df564.tar.bz2 scummvm-rg350-88379e7dbe27ccb108df67e1a4387d1c094df564.zip |
Not used in FF.
svn-id: r19667
Diffstat (limited to 'simon')
-rw-r--r-- | simon/vga.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp index c93f3b1b1e..4cd67cb12e 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -901,9 +901,6 @@ void SimonEngine::drawImages_Feeble(VC10_state *state) { } while (++w != state->draw_width); } else { dst_org = state->surf_addr; - if (state->flags & 0x40) { /* reached */ - dst_org += vc_read_var(252); - } w = 0; do { byte color; @@ -955,7 +952,6 @@ void SimonEngine::drawImages_Feeble(VC10_state *state) { dst += _screenWidth; src += state->width; } while (--state->draw_height); - } } } |