aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorFilippos Karapetis2018-09-01 13:05:02 +0300
committerFilippos Karapetis2018-09-01 13:14:38 +0300
commit7f83640894c16b46aaff60baff0268a6e5e951bc (patch)
tree54fd18b8d12670fce77531bfc298111b6b3620f0 /engines/sci/sci.h
parent3c8a0a3d2ea4cf67960a23b77460e6cf95c64d60 (diff)
downloadscummvm-rg350-7f83640894c16b46aaff60baff0268a6e5e951bc.tar.gz
scummvm-rg350-7f83640894c16b46aaff60baff0268a6e5e951bc.tar.bz2
scummvm-rg350-7f83640894c16b46aaff60baff0268a6e5e951bc.zip
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.
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 09b1f8f95a..c17eba5955 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -59,6 +59,7 @@ namespace Sci {
#define GAMEOPTION_HQ_VIDEO GUIO_GAMEOPTIONS10
#define GAMEOPTION_ENABLE_CENSORING GUIO_GAMEOPTIONS11
#define GAMEOPTION_LARRYSCALE GUIO_GAMEOPTIONS12
+#define GAMEOPTION_UPSCALE_VIDEOS GUIO_GAMEOPTIONS13
struct EngineState;
class Vocabulary;