diff options
author | aviloria | 2019-12-02 18:03:19 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-12-02 23:12:30 +0200 |
commit | 3529e1b34ab50df4c5ceb613b6fce3e788a15c8a (patch) | |
tree | f382d09fdf2a7da7b84e1b7a967b232b8182a4f9 /engines/wintermute | |
parent | 478f66f3d7f95a80b5ffccc5ead50cb42cb01e23 (diff) | |
download | scummvm-rg350-3529e1b34ab50df4c5ceb613b6fce3e788a15c8a.tar.gz scummvm-rg350-3529e1b34ab50df4c5ceb613b6fce3e788a15c8a.tar.bz2 scummvm-rg350-3529e1b34ab50df4c5ceb613b6fce3e788a15c8a.zip |
WINTERMUTE: Added 2 missing references to the PlainGameDescriptor structure
In a previous commit, I forgot to add two new games to the PlainGameDescriptor structure
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/detection_tables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 23adabf3c5..800fc57705 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -82,6 +82,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"juliastars", "J.U.L.I.A.: Among the Stars"}, {"juliastarshd", "J.U.L.I.A.: Among the Stars HD"}, {"juliauntold", "J.U.L.I.A.: Untold"}, + {"machumayu", "Machu Mayu"}, {"mentalrepairs", "Mental Repairs Inc"}, {"mirage", "Mirage"}, {"nighttrain", "Night Train"}, @@ -121,6 +122,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"vsevolod", "Vsevolod"}, {"wintermute", "Wintermute engine game"}, {"wmedemo", "Wintermute Engine Technology Demo"}, + {"wmedemo3d", "Wintermute 3D Characters Technology Demo"}, {"wtetris", "Wilma Tetris"}, {"zilm", "Zilm: A Game of Reflex"}, {"zbang", "Zbang! The Game"}, |