From 3e1b3baaacbf29e2c768879144b0ed36fe605bd8 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 6 May 2011 23:16:10 -0400 Subject: M4: Fix a typo; cleanup --- engines/m4/detection.cpp | 4 ++-- 1 file 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"}, -- cgit v1.2.3