From 9cb2e4357715873f192d40ddd7570116cde98d25 Mon Sep 17 00:00:00 2001 From: Matan Bareket Date: Tue, 19 Dec 2017 16:32:23 -0500 Subject: LOL: Fix detection entry for LOL Japanese (Bug #9828) --- engines/kyra/detection_tables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 6fbc4ec161..43dc0cc881 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1510,11 +1510,11 @@ const KYRAGameDescription adGameDescs[] = { { 0, 0, 0, 0 } }, Common::JA_JPN, - Common::kPlatformDOS, + Common::kPlatformPC98, ADGF_NO_FLAGS, - GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS) + GUIO5(GUIO_NOSPEECH, GUIO_MIDIPC98, GUIO_RENDERPC9801, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS) }, - LOL_CD_FLAGS + LOL_PC9801_FLAGS }, // Russian fan translation -- cgit v1.2.3