Skip to content

Commit

Permalink
SCUMM: Give FREDDI1 his own GID for versions HE71 and HE73
Browse files Browse the repository at this point in the history
We need this to make the knocker bugfix specific to these game and variants.
  • Loading branch information
Ben Castricum committed Sep 13, 2021
1 parent b7c9f52 commit 3cd8f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions engines/scumm/detection.h
Expand Up @@ -209,6 +209,7 @@ enum ScummGameId {
GID_PUTTMOON,
GID_FUNPACK,
GID_PUTTZOO,
GID_FREDDI,
GID_FREDDI3,
GID_BIRTHDAYRED,
GID_BIRTHDAYYELLOW,
Expand Down
2 changes: 2 additions & 0 deletions engines/scumm/detection_tables.h
Expand Up @@ -254,6 +254,8 @@ static const GameSettings gameVariantsTable[] = {
{"catalog", "", 0, GID_HEGAME, 6, 71, MDT_NONE, GF_USE_KEY, UNK, GUIO3(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI, GUIO_NOASPECT)},
{"farm", "", 0, GID_HEGAME, 6, 71, MDT_NONE, GF_USE_KEY, UNK, GUIO3(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI, GUIO_NOASPECT)},
{"freddi", "", 0, GID_HEGAME, 6, 71, MDT_NONE, GF_USE_KEY, UNK, GUIO3(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI, GUIO_NOASPECT)},
{"freddi", "HE 71", 0, GID_FREDDI, 6, 71, MDT_NONE, GF_USE_KEY, UNK, GUIO3(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI, GUIO_NOASPECT)},
{"freddi", "HE 73", 0, GID_FREDDI, 6, 73, MDT_NONE, GF_USE_KEY, UNK, GUIO3(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI, GUIO_NOASPECT)},

// Humongous Entertainment Scumm Version 7.2
{"airport", "", 0, GID_HEGAME, 6, 72, MDT_NONE, GF_USE_KEY, UNK, GUIO3(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI, GUIO_NOASPECT)},
Expand Down

0 comments on commit 3cd8f0a

Please sign in to comment.