[Scummvm-cvs-logs] SF.net SVN: scummvm:[38328] scummvm/trunk/engines/agos/draw.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Feb 16 00:06:21 CET 2009


Revision: 38328
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38328&view=rev
Author:   Kirben
Date:     2009-02-15 23:06:21 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
AtariST Elvira 1 demo specific code in restoreBackGround() is no longer required.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/draw.cpp

Modified: scummvm/trunk/engines/agos/draw.cpp
===================================================================
--- scummvm/trunk/engines/agos/draw.cpp	2009-02-15 23:01:27 UTC (rev 38327)
+++ scummvm/trunk/engines/agos/draw.cpp	2009-02-15 23:06:21 UTC (rev 38328)
@@ -424,11 +424,6 @@
 }
 
 void AGOSEngine::restoreBackGround() {
-	if (getGameType() == GType_ELVIRA1 && getPlatform() == Common::kPlatformAtariST &&
-		(getFeatures() & GF_DEMO)) {
-		return;
-	}
-
 	AnimTable *animTable;
 	uint images = 0;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list