aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/detection.cpp
diff options
context:
space:
mode:
authorStrangerke2011-11-16 22:38:58 +0100
committerStrangerke2011-11-16 22:38:58 +0100
commitbab4b6f7295f6fb960ebbf44b009bd6adbd0d33e (patch)
tree1a264224894bb9bfd141ff2ccc519a0f04266f52 /engines/draci/detection.cpp
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/draci/detection.cpp')
-rw-r--r--engines/draci/detection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp
index e483e8ca9f..de76eb83e0 100644
--- a/engines/draci/detection.cpp
+++ b/engines/draci/detection.cpp
@@ -43,7 +43,7 @@ const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
{
@@ -53,7 +53,7 @@ const ADGameDescription gameDescriptions[] = {
Common::CZ_CZE,
Common::kPlatformPC,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
{
@@ -63,7 +63,7 @@ const ADGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformPC,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
{
@@ -73,7 +73,7 @@ const ADGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformPC,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
+ GUIO0()
},
AD_TABLE_END_MARKER