diff options
author | Strangerke | 2014-02-17 21:25:52 +0100 |
---|---|---|
committer | Strangerke | 2014-02-17 21:26:52 +0100 |
commit | 473732d9fb9f1d109088bf2ddcb3f1200ffdcad7 (patch) | |
tree | a32a41f32a903d8637132289c77bb126faebd0bf /engines | |
parent | fe0376dbb0b1b21c6bfc396e55a3e1259514cef8 (diff) | |
download | scummvm-rg350-473732d9fb9f1d109088bf2ddcb3f1200ffdcad7.tar.gz scummvm-rg350-473732d9fb9f1d109088bf2ddcb3f1200ffdcad7.tar.bz2 scummvm-rg350-473732d9fb9f1d109088bf2ddcb3f1200ffdcad7.zip |
VOYEUR: Use AD_ENTRY1 for detection
Diffstat (limited to 'engines')
-rw-r--r-- | engines/voyeur/detection_tables.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/voyeur/detection_tables.h b/engines/voyeur/detection_tables.h index 789eb4c22b..af0faf6acb 100644 --- a/engines/voyeur/detection_tables.h +++ b/engines/voyeur/detection_tables.h @@ -28,10 +28,7 @@ static const VoyeurGameDescription gameDescriptions[] = { { "voyeur", 0, - { - {"a1100100.rl2", 0, "b44630677618d034970ca0a13c1c1237", 336361}, - AD_LISTEND - }, + AD_ENTRY1s("a1100100.rl2", "b44630677618d034970ca0a13c1c1237", 336361), Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, |