From 7f83640894c16b46aaff60baff0268a6e5e951bc Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 1 Sep 2018 13:05:02 +0300 Subject: SCI32: Add a game option to double the videos in KQ7 by default Scaling works correctly with the Windows variant, which uses AVI files, but the DOS variant uses Robot videos, and the way scaling is done there is different, and is not working yet with KQ7 DOS. Nonetheless, both versions are included in the game, so it's not a major issue. --- engines/sci/engine/vm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/engine/vm.h') diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h index 19d4dea014..0e7af34165 100644 --- a/engines/sci/engine/vm.h +++ b/engines/sci/engine/vm.h @@ -158,6 +158,7 @@ enum GlobalVar { kGlobalVarGK1Music2 = 103, // 0 to 127 kGlobalVarRamaCatalogFile = 130, kGlobalVarLSL6HiresGameFlags = 137, + kGlobalVarKQ7UpscaleVideos = 160, kGlobalVarGK1NarratorMode = 166, // 0 for text, 1 for speech kGlobalVarRamaMusicVolume = 176, // 0 to 16 kGlobalVarPhant1MusicVolume = 187, // 0 to 15 -- cgit v1.2.3