aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/detection_tables.h
diff options
context:
space:
mode:
authordreammaster2018-11-10 18:25:20 +0000
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit62315b969d851166c94c6fb73a3da7ac4ab44a73 (patch)
tree47d0b2cea9d2e5fb187725a15d657bf92170c48d /engines/gargoyle/detection_tables.h
parentfbed3ed7a3ab37cedf05d551e9c904db44a35b88 (diff)
downloadscummvm-rg350-62315b969d851166c94c6fb73a3da7ac4ab44a73.tar.gz
scummvm-rg350-62315b969d851166c94c6fb73a3da7ac4ab44a73.tar.bz2
scummvm-rg350-62315b969d851166c94c6fb73a3da7ac4ab44a73.zip
GLK: gcc compilation fixes
Diffstat (limited to 'engines/gargoyle/detection_tables.h')
-rw-r--r--engines/gargoyle/detection_tables.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/engines/gargoyle/detection_tables.h b/engines/gargoyle/detection_tables.h
index 777d4db96b..30491f6d9b 100644
--- a/engines/gargoyle/detection_tables.h
+++ b/engines/gargoyle/detection_tables.h
@@ -23,19 +23,7 @@
namespace Gargoyle {
static const GargoyleGameDescription gameDescriptions[] = {
- {
- {
- "Gargoyle",
- 0,
- AD_ENTRY1s("dummy", "0", 0),
- Common::EN_ANY,
- Common::kPlatformDOS,
- ADGF_NO_FLAGS,
- GUIO0()
- },
- },
-
- { AD_TABLE_END_MARKER }
+ { AD_TABLE_END_MARKER, "", (InterpreterType)0, "" }
};
} // End of namespace Gargoyle