aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-12-13 03:26:49 +0000
committerTravis Howell2005-12-13 03:26:49 +0000
commit8323123aa75427f9cabd7aaae74fdf906b677385 (patch)
treeb7806e8aa134ae18f2045744638d9226cb8e7d81
parent88beea1d21ee5968aae64c17a3887fbc0f61c4b0 (diff)
downloadscummvm-rg350-8323123aa75427f9cabd7aaae74fdf906b677385.tar.gz
scummvm-rg350-8323123aa75427f9cabd7aaae74fdf906b677385.tar.bz2
scummvm-rg350-8323123aa75427f9cabd7aaae74fdf906b677385.zip
Remove leftover
svn-id: r19788
-rw-r--r--simon/vga.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index d93704d2b6..33d86a40c4 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -691,8 +691,6 @@ void SimonEngine::vc10_draw() {
debug(1, "vc10_draw: image %d palette %d x %d y %d flags 0x0%x\n", state.image, state.palette, state.x, state.y, state.flags);
p2 = _curVgaFile2 + state.image * 8;
- state.depack_src = _curVgaFile2 + READ_BE_UINT32(p2);
-
if (getGameType() == GType_FF) {
state.depack_src = _curVgaFile2 + READ_LE_UINT32(p2);
width = READ_LE_UINT16(p2 + 6);