aboutsummaryrefslogtreecommitdiff
path: root/engines/sky
diff options
context:
space:
mode:
authorStrangerke2011-11-16 22:38:58 +0100
committerStrangerke2011-11-16 22:38:58 +0100
commitbab4b6f7295f6fb960ebbf44b009bd6adbd0d33e (patch)
tree1a264224894bb9bfd141ff2ccc519a0f04266f52 /engines/sky
parentd608c079447c64255e4e27d44a7dc843cf5f6407 (diff)
downloadscummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.tar.gz
scummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.tar.bz2
scummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.zip
LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
Diffstat (limited to 'engines/sky')
-rw-r--r--engines/sky/detection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sky/detection.cpp b/engines/sky/detection.cpp
index 2699500527..484958ca52 100644
--- a/engines/sky/detection.cpp
+++ b/engines/sky/detection.cpp
@@ -55,9 +55,9 @@ static const SkyVersion skyVersions[] = {
{ 1413, -1, "floppy", 303, GUIO1(GUIO_NOSPEECH) },
{ 1445, 8830435, "floppy", 348, GUIO1(GUIO_NOSPEECH) },
{ 1445, -1, "floppy", 331, GUIO1(GUIO_NOSPEECH) },
- { 1711, -1, "cd demo", 365, GUIO1(GUIO_NONE) },
- { 5099, -1, "cd", 368, GUIO1(GUIO_NONE) },
- { 5097, -1, "cd", 372, GUIO1(GUIO_NONE) },
+ { 1711, -1, "cd demo", 365, GUIO0() },
+ { 5099, -1, "cd", 368, GUIO0() },
+ { 5097, -1, "cd", 372, GUIO0() },
{ 0, 0, 0, 0, 0 }
};