SCI: Add a new configuration option for SQ4 CD, "silver_cursors"
This allows the user to choose the alternate set of silver mouse cursors that is available in the game resources of the game, instead of the original golden ones
This commit is contained in:
parent
62966183e4
commit
7e4c5dce4a
4 changed files with 43 additions and 6 deletions
|
@ -194,6 +194,7 @@ Common::Error SciEngine::run() {
|
|||
ConfMan.registerDefault("sci_originalsaveload", "false");
|
||||
ConfMan.registerDefault("native_fb01", "false");
|
||||
ConfMan.registerDefault("windows_cursors", "false"); // Windows cursors for KQ6 Windows
|
||||
ConfMan.registerDefault("silver_cursors", "false"); // Silver cursors for SQ4 CD
|
||||
|
||||
_resMan = new ResourceManager();
|
||||
assert(_resMan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue