Skip to content

Commit

Permalink
M4: Fix a typo; cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed May 7, 2011
1 parent 58d318d commit 3e1b3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/m4/detection.cpp
Expand Up @@ -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"},
Expand Down

0 comments on commit 3e1b3ba

Please sign in to comment.