SCI32: Add handling for config settings used in Hoyle 5

This commit is contained in:
Filippos Karapetis 2018-08-20 04:35:05 +03:00
parent 89785ea804
commit 16aab5b281

View File

@ -422,6 +422,12 @@ reg_t kGetConfig(EngineState *s, int argc, reg_t *argv) {
} else if (setting == "jumpto") {
// Hoyle 5 startup.
s->_segMan->strcpy(data, "");
} else if (setting == "klonchtsee") {
// Hoyle 5 - starting Solitaire.
s->_segMan->strcpy(data, "");
} else if (setting == "klonchtarr") {
// Hoyle 5 - starting Solitaire.
s->_segMan->strcpy(data, "");
} else if (setting == "deflang") {
// MGDX 4-language startup.
s->_segMan->strcpy(data, "");