aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-10-28 03:29:58 +0000
committerTravis Howell2006-10-28 03:29:58 +0000
commit4b46821ffbd7e617abc88a3f3f566a31cb59d340 (patch)
treeedd5bc3b5b8966344a9dbc00748b33bc4b5f770b /engines/agos/gfx.cpp
parent10478617c699ad1e6fa272c5609cc743efd98fab (diff)
downloadscummvm-rg350-4b46821ffbd7e617abc88a3f3f566a31cb59d340.tar.gz
scummvm-rg350-4b46821ffbd7e617abc88a3f3f566a31cb59d340.tar.bz2
scummvm-rg350-4b46821ffbd7e617abc88a3f3f566a31cb59d340.zip
Add more fixes for Elvira 1
svn-id: r24547
Diffstat (limited to 'engines/agos/gfx.cpp')
-rw-r--r--engines/agos/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/gfx.cpp b/engines/agos/gfx.cpp
index 91e720c2ab..009367f185 100644
--- a/engines/agos/gfx.cpp
+++ b/engines/agos/gfx.cpp
@@ -548,7 +548,7 @@ void AGOSEngine::drawImages(VC10_state *state) {
} while (--h);
}
} else {
- if (getGameType() == GType_SIMON2 && state->flags & kDFUseFrontBuf && getBitFlag(171)) {
+ if (state->flags & kDFUseFrontBuf) {
state->surf_addr = state->surf2_addr;
state->surf_pitch = state->surf2_pitch;
}