[Scummvm-cvs-logs] SF.net SVN: scummvm:[53770] scummvm/trunk/engines/lastexpress/detection.cpp

littleboy at users.sourceforge.net littleboy at users.sourceforge.net
Sun Oct 24 21:10:13 CEST 2010


Revision: 53770
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53770&view=rev
Author:   littleboy
Date:     2010-10-24 19:10:13 +0000 (Sun, 24 Oct 2010)

Log Message:
-----------
LASTEXPRESS: Change detection entries platform to kPlatformUnknown

All full versions of the game are multiplatform Dos/Win/Mac
and the demo is Dos/Win

Modified Paths:
--------------
    scummvm/trunk/engines/lastexpress/detection.cpp

Modified: scummvm/trunk/engines/lastexpress/detection.cpp
===================================================================
--- scummvm/trunk/engines/lastexpress/detection.cpp	2010-10-24 19:07:46 UTC (rev 53769)
+++ scummvm/trunk/engines/lastexpress/detection.cpp	2010-10-24 19:10:13 UTC (rev 53770)
@@ -46,7 +46,7 @@
 			{"CD3.HPF", 0, "00554fbf78a2ad391d98578fbbbe1c48", 641128448},
 		},
 		Common::EN_ANY,
-		Common::kPlatformWindows,
+		Common::kPlatformUnknown,
 		ADGF_NO_FLAGS,
 		Common::GUIO_NONE
 	},
@@ -62,7 +62,7 @@
 			{"CD3.HPF", 0, "33f5e35f51063cb90f6bed9974475aa6", 641056768},
 		},
 		Common::EN_ANY,
-		Common::kPlatformWindows,
+		Common::kPlatformUnknown,
 		ADGF_NO_FLAGS,
 		Common::GUIO_NONE
 	},
@@ -78,7 +78,7 @@
 			{"CD3.HPF", 0, "00554fbf78a2ad391d98578fbbbe1c48", 641128448},
 		},
 		Common::EN_ANY,
-		Common::kPlatformWindows,
+		Common::kPlatformUnknown,
 		ADGF_NO_FLAGS,
 		Common::GUIO_NONE
 	},
@@ -94,7 +94,7 @@
 			{"CD3.HPF", 0, "411c1bab57b3e8da4fb359c5b40ef5d7", 640884736},
 		},
 		Common::FR_FRA,
-		Common::kPlatformWindows,
+		Common::kPlatformUnknown,
 		ADGF_NO_FLAGS,
 		Common::GUIO_NONE
 	},
@@ -110,7 +110,7 @@
 			{"CD3.HPF", 0, "ee55d4310546dd2a38560b096d1c2771", 641144832},
 		},
 		Common::DE_DEU,
-		Common::kPlatformWindows,
+		Common::kPlatformUnknown,
 		ADGF_NO_FLAGS,
 		Common::GUIO_NONE
 	},
@@ -126,7 +126,7 @@
 			{"CD3.HPF", 0, "0d1901662f4d063a5c250c9fbf64b771", 639504384},
 		},
 		Common::ES_ESP,
-		Common::kPlatformWindows,
+		Common::kPlatformUnknown,
 		ADGF_NO_FLAGS,
 		Common::GUIO_NONE
 	},
@@ -139,7 +139,7 @@
 			{"Demo.HPF",  0, "baf3b1f64155d34872896e61c3d3cb78", 58191872},
 		},
 		Common::EN_ANY,
-		Common::kPlatformWindows,
+		Common::kPlatformUnknown,
 		ADGF_DEMO,
 		Common::GUIO_NONE
 	},


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