diff options
author | Einar Johan Trøan Sømåen | 2013-12-22 02:24:03 +0100 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-12-22 02:24:03 +0100 |
commit | 56bbc9e796ea566dd0921d020f00f96cd07d2da7 (patch) | |
tree | 6447b07d7fd5b1e6f66c3381685f8331457ab770 | |
parent | 7fe40098d1dd1bb2865358866d74b0797511971e (diff) | |
download | scummvm-rg350-56bbc9e796ea566dd0921d020f00f96cd07d2da7.tar.gz scummvm-rg350-56bbc9e796ea566dd0921d020f00f96cd07d2da7.tar.bz2 scummvm-rg350-56bbc9e796ea566dd0921d020f00f96cd07d2da7.zip |
WINTERMUTE: Fix build issues in previous commit.
-rw-r--r-- | engines/wintermute/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index f15f6c0e3c..e6f4383842 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -48,13 +48,13 @@ static const PlainGameDescriptor wintermuteGames[] = { {"helga", "Helga Deep In Trouble"}, {"jamesperis", "James Peris: No License Nor Control"}, {"kulivocko", "Kulivocko"}, - {"lonelyrobot" "Project Lonely Robot" + {"lonelyrobot" "Project Lonely Robot"}, {"looky", "Looky"}, {"julia", "J.U.L.I.A."}, {"mirage", "Mirage"}, {"paintaria", "Paintaria"}, {"pigeons", "Pigeons in the Park"}, - {"projectdoom" "Project: Doom" + {"projectdoom" "Project: Doom"}, {"reversion1", "Reversion: The Escape"}, {"reversion2", "Reversion: The Meeting"}, {"rosemary", "Rosemary"}, |