diff options
Diffstat (limited to 'engines/sherlock/detection_tables.h')
| -rw-r--r-- | engines/sherlock/detection_tables.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index 1d7326058e..401ede3b07 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -28,20 +28,16 @@ static const SherlockGameDescription gameDescriptions[] = { { "scalpel", 0, - { - { "talk.lib", 0, "ad0c4d6865edf15da4e9204c08815875", 238928 }, - AD_LISTEND - }, + AD_ENTRY1s("talk.lib", "ad0c4d6865edf15da4e9204c08815875", 238928), Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOSPEECH) }, GType_SerratedScalpel, - 0 }, - { AD_TABLE_END_MARKER, 0, 0 } + { AD_TABLE_END_MARKER } }; } // End of namespace MADS |
