diff options
author | Lothar Serra Mari | 2019-06-09 17:16:12 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-06-09 19:27:04 +0300 |
commit | f2b8dc4776f0b7c4eabf26b31c5675ccb81e561e (patch) | |
tree | 5e6f2030d116bc0530725022287fb3ff01a7d211 | |
parent | c0b7862125598c855d8be70606b032c4cb72c19c (diff) | |
download | scummvm-rg350-f2b8dc4776f0b7c4eabf26b31c5675ccb81e561e.tar.gz scummvm-rg350-f2b8dc4776f0b7c4eabf26b31c5675ccb81e561e.tar.bz2 scummvm-rg350-f2b8dc4776f0b7c4eabf26b31c5675ccb81e561e.zip |
WINTERMUTE: Add missing comment line for new rhiannon demo
-rw-r--r-- | engines/wintermute/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index bccefa7a68..33b59f5906 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -516,6 +516,7 @@ static const WMEGameDescription gameDescriptions[] = { // Rhiannon: Curse of The Four Branches (Demo: Chapter 1) WME_WINENTRY("rhiannon", "Demo: Chapter 1", WME_ENTRY1s("data.dcp", "d3b6ad94e9a8b29ca3cbda96c8857bd6", 72680676), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION), + // Rhiannon: Curse of The Four Branches (Demo: Chapter 5) WME_WINENTRY("rhiannon", "Demo: Chapter 5", WME_ENTRY1s("data.dcp", "88be3fa1389889b2079e54d780803a75", 88644508), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION), // 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde |