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/cine/script_fw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/script_fw.cpp') diff --git a/engines/cine/script_fw.cpp b/engines/cine/script_fw.cpp index 209cda72b6..176380c14f 100644 --- a/engines/cine/script_fw.cpp +++ b/engines/cine/script_fw.cpp @@ -1868,7 +1868,7 @@ int FWScript::o1_playSampleSwapped() { // since the only stereo output it supports should be the Roland MT-32. // So it probably does the same as o1_playSample here. Checking this will // be a good idea never the less. - if (g_cine->getPlatform() == Common::kPlatformPC) { + if (g_cine->getPlatform() == Common::kPlatformDOS) { return o1_playSample(); } -- cgit v1.2.3