diff options
author | Matthew Hoops | 2011-05-06 23:12:01 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-06 23:12:19 -0400 |
commit | 58d318d389155ed8242e3c91585d30a5fa167502 (patch) | |
tree | 724455e09f4fef3a1dfcf6ae6baaefb2f229d54f /engines/m4 | |
parent | daa2732bee60cf8df24cf606a866b889766f86b0 (diff) | |
download | scummvm-rg350-58d318d389155ed8242e3c91585d30a5fa167502.tar.gz scummvm-rg350-58d318d389155ed8242e3c91585d30a5fa167502.tar.bz2 scummvm-rg350-58d318d389155ed8242e3c91585d30a5fa167502.zip |
M4: Fix the title of riddle
Diffstat (limited to 'engines/m4')
-rw-r--r-- | engines/m4/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp index 84e9a874c7..e89077ff5e 100644 --- a/engines/m4/detection.cpp +++ b/engines/m4/detection.cpp @@ -48,7 +48,7 @@ Common::Platform MadsM4Engine::getPlatform() const { return _gameDescription->de static const PlainGameDescriptor m4Games[] = { {"m4", "MADS/M4 engine game"}, - {"riddle", "Riddle of Master Lu: Believe it or Not!"}, + {"riddle", "Ripley's Believe It of Not!: The Riddle of Master Lu"}, {"burger", "Orion Burger"}, {"rex", "Rex Nebular and the Cosmic Gender Bender"}, {"dragon", "DragonSphere"}, |