From 58d318d389155ed8242e3c91585d30a5fa167502 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 6 May 2011 23:12:01 -0400 Subject: [PATCH] M4: Fix the title of riddle --- engines/m4/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/m4/detection.cpp b/engines/m4/detection.cpp index 84e9a874c7e5..e89077ff5e41 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"},