aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authoraviloria2019-12-02 18:03:19 +0100
committerFilippos Karapetis2019-12-02 23:12:30 +0200
commit3529e1b34ab50df4c5ceb613b6fce3e788a15c8a (patch)
treef382d09fdf2a7da7b84e1b7a967b232b8182a4f9 /engines/wintermute
parent478f66f3d7f95a80b5ffccc5ead50cb42cb01e23 (diff)
downloadscummvm-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.h2
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"},