AtariST Elvira 1 demo specific code in restoreBackGround() is no longer required.

svn-id: r38328
This commit is contained in:
Travis Howell 2009-02-15 23:06:21 +00:00
parent 49d90127b9
commit 08b62c7827

View File

@ -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;