[Scummvm-cvs-logs] SF.net SVN: scummvm:[36210] scummvm/trunk/engines/saga/script.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Feb 3 18:02:57 CET 2009


Revision: 36210
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36210&view=rev
Author:   thebluegr
Date:     2009-02-03 17:02:57 +0000 (Tue, 03 Feb 2009)

Log Message:
-----------
Removed unused code

Modified Paths:
--------------
    scummvm/trunk/engines/saga/script.cpp

Modified: scummvm/trunk/engines/saga/script.cpp
===================================================================
--- scummvm/trunk/engines/saga/script.cpp	2009-02-03 10:42:27 UTC (rev 36209)
+++ scummvm/trunk/engines/saga/script.cpp	2009-02-03 17:02:57 UTC (rev 36210)
@@ -108,11 +108,6 @@
 		memoryError("Script::Script()");
 	}
 
-	// Do nothing for SAGA2 games for now
-	if (_vm->isSaga2()) {
-		return;
-	}
-
 	// Convert LUT resource to logical LUT
 	MemoryReadStreamEndian scriptS(resourcePointer, resourceLength, resourceContext->isBigEndian);
 	for (i = 0; i < _modulesCount; i++) {


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