[Scummvm-cvs-logs] SF.net SVN: scummvm:[52931] scummvm/branches/branch-1-2-0/engines/saga/ resource.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Tue Sep 28 20:56:30 CEST 2010
Revision: 52931
http://scummvm.svn.sourceforge.net/scummvm/?rev=52931&view=rev
Author: eriktorbjorn
Date: 2010-09-28 18:56:30 +0000 (Tue, 28 Sep 2010)
Log Message:
-----------
SAGA: Fix wrong logo animation in some versions of ITE
Backported from trunk.
Modified Paths:
--------------
scummvm/branches/branch-1-2-0/engines/saga/resource.cpp
Modified: scummvm/branches/branch-1-2-0/engines/saga/resource.cpp
===================================================================
--- scummvm/branches/branch-1-2-0/engines/saga/resource.cpp 2010-09-28 18:55:54 UTC (rev 52930)
+++ scummvm/branches/branch-1-2-0/engines/saga/resource.cpp 2010-09-28 18:56:30 UTC (rev 52931)
@@ -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