aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-06 23:16:10 -0400
committerMatthew Hoops2011-05-06 23:16:10 -0400
commit3e1b3baaacbf29e2c768879144b0ed36fe605bd8 (patch)
treeafb04dc18991a5858843fa96ae8ba14d3bbf102a
parent58d318d389155ed8242e3c91585d30a5fa167502 (diff)
downloadscummvm-rg350-3e1b3baaacbf29e2c768879144b0ed36fe605bd8.tar.gz
scummvm-rg350-3e1b3baaacbf29e2c768879144b0ed36fe605bd8.tar.bz2
scummvm-rg350-3e1b3baaacbf29e2c768879144b0ed36fe605bd8.zip
M4: Fix a typo; cleanup
-rw-r--r--engines/m4/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp
index e89077ff5e..e0983e3327 100644
--- a/engines/m4/detection.cpp
+++ b/engines/m4/detection.cpp
@@ -44,11 +44,11 @@ uint32 MadsM4Engine::getFeatures() const { return _gameDescription->features; }
Common::Language MadsM4Engine::getLanguage() const { return _gameDescription->desc.language; }
Common::Platform MadsM4Engine::getPlatform() const { return _gameDescription->desc.platform; }
-}
+} // End of namespace M4
static const PlainGameDescriptor m4Games[] = {
{"m4", "MADS/M4 engine game"},
- {"riddle", "Ripley's Believe It of Not!: The Riddle of Master Lu"},
+ {"riddle", "Ripley's Believe It or Not!: The Riddle of Master Lu"},
{"burger", "Orion Burger"},
{"rex", "Rex Nebular and the Cosmic Gender Bender"},
{"dragon", "DragonSphere"},