diff options
author | Paul Gilbert | 2019-11-17 15:25:19 -0800 |
---|---|---|
committer | Paul Gilbert | 2019-11-17 15:25:19 -0800 |
commit | c02b390fec390ccd8d19be7524bf657850449a97 (patch) | |
tree | 5670566f67537694a318a8ddd5cffef723bb2dfa /engines/glk | |
parent | 39a210afacb9a627bf8a19a320f230667f8218f7 (diff) | |
download | scummvm-rg350-c02b390fec390ccd8d19be7524bf657850449a97.tar.gz scummvm-rg350-c02b390fec390ccd8d19be7524bf657850449a97.tar.bz2 scummvm-rg350-c02b390fec390ccd8d19be7524bf657850449a97.zip |
GLK: QUEST: Added version
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/quest/detection_tables.h | 2 | ||||
-rw-r--r-- | engines/glk/quest/quest.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/engines/glk/quest/detection_tables.h b/engines/glk/quest/detection_tables.h index 4cad4435a1..a6a545e4a1 100644 --- a/engines/glk/quest/detection_tables.h +++ b/engines/glk/quest/detection_tables.h @@ -38,6 +38,7 @@ const PlainGameDescriptor QUEST_GAME_LIST[] = { { "worldsend", "World's End" }, #ifdef QUEST_EXT + // The games below are newer games that the Geas interpreter doesn't yet support { "attackonfrightside", "Attack On Frightside" }, { "balaclava", "Balaclava" }, { "bearsepicquest", "Bear's Epic Quest" }, @@ -69,6 +70,7 @@ const GlkDetectionEntry QUEST_GAMES[] = { DT_ENTRY0("worldsend", "4f5daac10085927bf5180bea24f7ef0d", 73396), #ifdef QUEST_EXT + // The games below are newer games that the Geas interpreter doesn't yet support DT_ENTRY0("attackonfrightside", "84542fc6460833bbf2594ed83f8b1fc7", 46019), DT_ENTRY0("balaclava", "8b30af05d9986f9f962c677181ecc766", 57719), DT_ENTRY0("bearsepicquest", "e6896a65527f456b4362aaebcf39e354", 62075), diff --git a/engines/glk/quest/quest.h b/engines/glk/quest/quest.h index ab6e8b8d9d..559761634e 100644 --- a/engines/glk/quest/quest.h +++ b/engines/glk/quest/quest.h @@ -20,6 +20,8 @@ * */ + /* Based on Geas interpreter version 3.53 */ + #ifndef GLK_QUEST_QUEST #define GLK_QUEST_QUEST |