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.
This commit is contained in:
Filippos Karapetis 2018-09-01 13:05:02 +03:00
parent 3c8a0a3d2e
commit 7f83640894
8 changed files with 32 additions and 2 deletions

View file

@ -85,6 +85,9 @@ const struct GameOpt {
{ GUIO_GAMEOPTIONS10, "gameOptionA" },
{ GUIO_GAMEOPTIONS11, "gameOptionB" },
{ GUIO_GAMEOPTIONS12, "gameOptionC" },
{ GUIO_GAMEOPTIONS13, "gameOptionD" },
{ GUIO_GAMEOPTIONS14, "gameOptionE" },
{ GUIO_GAMEOPTIONS15, "gameOptionF" },
{ GUIO_NONE, nullptr }
};