diff options
author | Eugene Sandulenko | 2017-08-13 14:24:35 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-08-14 23:28:12 +0200 |
commit | c462fe9ee74c13bf987aa99dba5743f62117ad1c (patch) | |
tree | 2f75ade81ce9801f5f94b9121506cce0f8a4a405 /engines/wage | |
parent | d99596d477703ae0aca15ed84b63cc66ba95b00d (diff) | |
download | scummvm-rg350-c462fe9ee74c13bf987aa99dba5743f62117ad1c.tar.gz scummvm-rg350-c462fe9ee74c13bf987aa99dba5743f62117ad1c.tar.bz2 scummvm-rg350-c462fe9ee74c13bf987aa99dba5743f62117ad1c.zip |
WAGE: Add detection for "James Bond 007"
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index c4262cd40d..c52545135b 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -80,6 +80,7 @@ static const ADGameDescription gameDescriptions[] = { FANGAMEN("Haunted House", "Haunted House 1.5", "5db2f95c7abaa9d060b94271a5bc57f8", 177500), // Cropped graphics on first scene, cannot pass to in-game FANGAME("Intro to Gothic", "6f732eaad6e3b85795f8ee6c6a40d837", 208067), + FANGAMEN("James Bond 007", "007", "885c2b6b79c81bd230732431e04a8231", 50663), // Lots of unhandled comparisons FANGAME("Jamie the Demon Slayer", "fa0ca9618c18425b6d9bf913f762d91b", 232789), FANGAMEN("Journey", "The Journey 1.6.2 US", "e66f37472e1414a088eb5d5acc4df794", 820572), |