aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/draw.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-02-15 23:06:21 +0000
committerTravis Howell2009-02-15 23:06:21 +0000
commit08b62c7827b7fbc1c8e65c0edf5f835996e9821f (patch)
tree2506f5fb4ba24e8a377334b1ceca480d353a3b56 /engines/agos/draw.cpp
parent49d90127b9bfbbcc4a079072dda17db1eff4ba89 (diff)
downloadscummvm-rg350-08b62c7827b7fbc1c8e65c0edf5f835996e9821f.tar.gz
scummvm-rg350-08b62c7827b7fbc1c8e65c0edf5f835996e9821f.tar.bz2
scummvm-rg350-08b62c7827b7fbc1c8e65c0edf5f835996e9821f.zip
AtariST Elvira 1 demo specific code in restoreBackGround() is no longer required.
svn-id: r38328
Diffstat (limited to 'engines/agos/draw.cpp')
-rw-r--r--engines/agos/draw.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/agos/draw.cpp b/engines/agos/draw.cpp
index 120dec8e7a..f3c9f2eee2 100644
--- a/engines/agos/draw.cpp
+++ b/engines/agos/draw.cpp
@@ -424,11 +424,6 @@ void AGOSEngine::dirtyClipCheck(int16 x, int16 y, int16 w, int16 h) {
}
void AGOSEngine::restoreBackGround() {
- if (getGameType() == GType_ELVIRA1 && getPlatform() == Common::kPlatformAtariST &&
- (getFeatures() & GF_DEMO)) {
- return;
- }
-
AnimTable *animTable;
uint images = 0;