From 0031c41db855ac4bebd05ca1b2c1fa6694242979 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 2 May 2013 18:26:58 -0400 Subject: COMMON: Change kPlatformPC to kPlatformDOS "PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. --- engines/testbed/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/testbed') diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp index 02a9dfcb87..fd426d3e98 100644 --- a/engines/testbed/detection.cpp +++ b/engines/testbed/detection.cpp @@ -38,7 +38,7 @@ static const ADGameDescription testbedDescriptions[] = { "", AD_ENTRY1("TESTBED", 0), // Game-data file for detection Common::EN_ANY, - Common::kPlatformPC, + Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, -- cgit v1.2.3