From 8c5e6d2be49d147dd9a8e4845f24c787fc041cee Mon Sep 17 00:00:00 2001 From: Kirben Date: Sun, 13 Sep 2015 14:23:59 +1000 Subject: CINE: Add support for CD music in the CD version of Future Wars. --- engines/cine/cine.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/cine/cine.cpp') diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp index a4af8f2201..5fed92051c 100644 --- a/engines/cine/cine.cpp +++ b/engines/cine/cine.cpp @@ -92,6 +92,9 @@ Common::Error CineEngine::run() { // Initialize backend initGraphics(320, 200, false); + if (g_cine->getGameType() == GType_FW && (g_cine->getFeatures() & GF_CD)) + checkCD(); + if (getPlatform() == Common::kPlatformDOS) { g_sound = new PCSound(_mixer, this); } else { -- cgit v1.2.3