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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Sep 28 20:55:55 CEST 2010


Revision: 52930
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52930&view=rev
Author:   eriktorbjorn
Date:     2010-09-28 18:55:54 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
SAGA: Fix wrong logo animation in some versions of ITE

Not all releases put the Wyrmkeep credits patch in a "graphics"
sub-directory, so assume it could be anywhere.

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

Modified: scummvm/trunk/engines/saga/resource.cpp
===================================================================
--- scummvm/trunk/engines/saga/resource.cpp	2010-09-28 18:17:33 UTC (rev 52929)
+++ scummvm/trunk/engines/saga/resource.cpp	2010-09-28 18:55:54 UTC (rev 52930)
@@ -225,7 +225,7 @@
 
 
 	// If the Wyrmkeep credits file is found, set the Wyrmkeep version flag to true
-	if (Common::File::exists("graphics/credit3n.dlt")) {
+	if (Common::File::exists("credit3n.dlt")) {
 		_vm->_gf_wyrmkeep = true;
 	}
 


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