diff options
author | Joost Peters | 2009-06-01 20:55:31 +0000 |
---|---|---|
committer | Joost Peters | 2009-06-01 20:55:31 +0000 |
commit | 5f7515162a77ea507444d456d696cf52fcdba18f (patch) | |
tree | 801d0ce6e76a3e51c5e3309fb0d75d16fa2d6f0e /engines | |
parent | ce1c5e2c0baa749ab5cbcb440c389470d1dfcb05 (diff) | |
download | scummvm-rg350-5f7515162a77ea507444d456d696cf52fcdba18f.tar.gz scummvm-rg350-5f7515162a77ea507444d456d696cf52fcdba18f.tar.bz2 scummvm-rg350-5f7515162a77ea507444d456d696cf52fcdba18f.zip |
Capitalize the C in Corpse
svn-id: r41110
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cruise/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index cf00f3c312..610812780a 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -58,7 +58,7 @@ Common::Platform CruiseEngine::getPlatform() const { static const PlainGameDescriptor cruiseGames[] = { {"cruise", "Cinematique evo.2 engine game"}, - {"cruise", "Cruise for a corpse"}, + {"cruise", "Cruise for a Corpse"}, {0, 0} }; |