[Scummvm-cvs-logs] SF.net SVN: scummvm: [23745] scummvm/trunk/engines/simon/game.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Aug 25 15:02:53 CEST 2006


Revision: 23745
Author:   kirben
Date:     2006-08-25 06:02:47 -0700 (Fri, 25 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23745&view=rev

Log Message:
-----------
Correct platform for alternative Italian version of Simon the Sorcerer 1 (DOS CD)

Modified Paths:
--------------
    scummvm/trunk/engines/simon/game.cpp
Modified: scummvm/trunk/engines/simon/game.cpp
===================================================================
--- scummvm/trunk/engines/simon/game.cpp	2006-08-25 06:30:18 UTC (rev 23744)
+++ scummvm/trunk/engines/simon/game.cpp	2006-08-25 13:02:47 UTC (rev 23745)
@@ -878,7 +878,8 @@
 		SIMON1TALKIE_IT2_GameFiles,
 		GF_TALKIE,
 		Common::IT_ITA,
-		Common::kPlatformPC,
+		// FIXME: DOS version which uses WAV format
+		Common::kPlatformWindows,
 	},
 
 	// Simon the Sorcerer 1 - Spanish DOS CD


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