[Scummvm-cvs-logs] scummvm master -> 3e1b3baaacbf29e2c768879144b0ed36fe605bd8

clone2727 clone2727 at gmail.com
Sat May 7 05:18:05 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3e1b3baaac M4: Fix a typo; cleanup


Commit: 3e1b3baaacbf29e2c768879144b0ed36fe605bd8
    https://github.com/scummvm/scummvm/commit/3e1b3baaacbf29e2c768879144b0ed36fe605bd8
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-05-06T20:16:10-07:00

Commit Message:
M4: Fix a typo; cleanup

Changed paths:
    engines/m4/detection.cpp



diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp
index e89077f..e0983e3 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"},






More information about the Scummvm-git-logs mailing list