[Scummvm-cvs-logs] SF.net SVN: scummvm: [29243] scummvm/trunk/engines/kyra/screen.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Oct 21 21:49:01 CEST 2007
Revision: 29243
http://scummvm.svn.sourceforge.net/scummvm/?rev=29243&view=rev
Author: fingolfin
Date: 2007-10-21 12:49:01 -0700 (Sun, 21 Oct 2007)
Log Message:
-----------
Fix warning
Modified Paths:
--------------
scummvm/trunk/engines/kyra/screen.cpp
Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp 2007-10-21 19:27:15 UTC (rev 29242)
+++ scummvm/trunk/engines/kyra/screen.cpp 2007-10-21 19:49:01 UTC (rev 29243)
@@ -2675,7 +2675,6 @@
}
if (_vm->gameFlags().platform == Common::kPlatformAmiga) {
- const char *ext = filename + strlen(filename) - 3;
if (!scumm_stricmp(ext, "MSC"))
Screen::convertAmigaMsc(dstData);
else
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