mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
AtariST Elvira 1 demo specific code in restoreBackGround() is no longer required.
svn-id: r38328
This commit is contained in:
parent
49d90127b9
commit
08b62c7827
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user