From 08b62c7827b7fbc1c8e65c0edf5f835996e9821f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 15 Feb 2009 23:06:21 +0000 Subject: AtariST Elvira 1 demo specific code in restoreBackGround() is no longer required. svn-id: r38328 --- engines/agos/draw.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3