aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo
diff options
context:
space:
mode:
authorStrangerke2011-11-16 22:38:58 +0100
committerStrangerke2011-11-16 22:38:58 +0100
commitbab4b6f7295f6fb960ebbf44b009bd6adbd0d33e (patch)
tree1a264224894bb9bfd141ff2ccc519a0f04266f52 /engines/hugo
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/hugo')
-rw-r--r--engines/hugo/detection.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp
index 43e688bba4..90708163f5 100644
--- a/engines/hugo/detection.cpp
+++ b/engines/hugo/detection.cpp
@@ -63,7 +63,7 @@ static const HugoGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
kGameTypeHugo1
},
@@ -75,7 +75,7 @@ static const HugoGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
GF_PACKED,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
kGameTypeHugo1
},
@@ -87,7 +87,7 @@ static const HugoGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
GF_PACKED,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
kGameTypeHugo2
},
@@ -99,7 +99,7 @@ static const HugoGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
GF_PACKED,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
kGameTypeHugo2
},
@@ -111,7 +111,7 @@ static const HugoGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
GF_PACKED,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
kGameTypeHugo3
},
@@ -123,7 +123,7 @@ static const HugoGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
GF_PACKED,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
kGameTypeHugo3
},