[Scummvm-cvs-logs] SF.net SVN: scummvm: [21253] scummvm/trunk/engines/scumm/he/script_v72he.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Mar 13 02:01:03 CET 2006


Revision: 21253
Author:   kirben
Date:     2006-03-13 02:00:10 -0800 (Mon, 13 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21253&view=rev

Log Message:
-----------
Confirmed it is safe to remove workaround for Macintosh HE99 version of water.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/he/script_v72he.cpp
Modified: scummvm/trunk/engines/scumm/he/script_v72he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/script_v72he.cpp	2006-03-13 07:48:00 UTC (rev 21252)
+++ scummvm/trunk/engines/scumm/he/script_v72he.cpp	2006-03-13 10:00:10 UTC (rev 21253)
@@ -1759,13 +1759,6 @@
 
 	debug(1,"Original filename %s", filename);
 
-	// WORKAROUND: For filename difference in Macintosh version of water.
-	// Uses HE7 filename of 'Water (7)' instead of 'Water Worries (7)'.
-	if (_game.id == GID_WATER && _game.heversion == 99 && _game.platform == Common::kPlatformMacintosh &&
-		!strcmp((char *)filename, "Water Worries (7)")) {
-		strcpy((char *)filename, "Water (7)");
-	}
-
 	int r = convertFilePath(filename);
 	debug(1,"Final filename to %s", filename + r);
 


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