diff options
author | Paul Gilbert | 2018-11-14 20:22:40 -0800 |
---|---|---|
committer | Paul Gilbert | 2018-12-08 19:05:59 -0800 |
commit | beddf3853e631c4b3bc5393ee9072c489d1679ea (patch) | |
tree | dad7cb38d1b96920ac5d2b44365d885fbbc9cd70 /engines | |
parent | f29147ba22b994a8985a6831290aa899a262af0c (diff) | |
download | scummvm-rg350-beddf3853e631c4b3bc5393ee9072c489d1679ea.tar.gz scummvm-rg350-beddf3853e631c4b3bc5393ee9072c489d1679ea.tar.bz2 scummvm-rg350-beddf3853e631c4b3bc5393ee9072c489d1679ea.zip |
GLK: FROTZ: Fill out HHGTTG version serial numbers
Diffstat (limited to 'engines')
-rw-r--r-- | engines/glk/frotz/detection_tables.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/glk/frotz/detection_tables.h b/engines/glk/frotz/detection_tables.h index 5eb310d768..be32aba56c 100644 --- a/engines/glk/frotz/detection_tables.h +++ b/engines/glk/frotz/detection_tables.h @@ -88,11 +88,11 @@ const PlainGameDescriptor FROTZ_GAME_LIST[] = { #define FROTZ_TABLE_END_MARKER { nullptr, nullptr, nullptr, 0, Common::EN_ANY, "" } const FrotzGameDescription FROTZ_GAMES[] = { - ENTRY0("hhgttg", "v31 Solid Gold", "379022bcd4ec74b90274c6100c33f579", 158412), - ENTRY0("hhgttg", "v47", "fdda8f4239819402c62db866bb61a648", 112622), - ENTRY0("hhgttg", "v56", "a214fcb42bc9f554d07d983a12f6a062", 113444), - ENTRY0("hhgttg", "v58", "e867d49ad1fb9406ff4e0678a4ee2ac9", 113332), - ENTRY0("hhgttg", "v59", "34f6abc1f2a42be127ef434fc475f0ee", 113334), + ENTRY0("hhgttg", "R47-840914", "fdda8f4239819402c62db866bb61a648", 112622), + ENTRY0("hhgttg", "R56-841221", "a214fcb42bc9f554d07d983a12f6a062", 113444), + ENTRY0("hhgttg", "R58-851002", "e867d49ad1fb9406ff4e0678a4ee2ac9", 113332), + ENTRY0("hhgttg", "R59-851108", "34f6abc1f2a42be127ef434fc475f0ee", 113334), + ENTRY0("hhgttg", "R31-871119", "379022bcd4ec74b90274c6100c33f579", 158412), FROTZ_TABLE_END_MARKER }; |