diff options
author | Travis Howell | 2006-09-29 04:48:04 +0000 |
---|---|---|
committer | Travis Howell | 2006-09-29 04:48:04 +0000 |
commit | f073cc2d0520a2cc3d621eeea14bf85a2b2be158 (patch) | |
tree | 8774141f4bf3be79363599790253db1da022cea3 | |
parent | f1b3da2f18d426d5aff797ff55e50723e8343d48 (diff) | |
download | scummvm-rg350-f073cc2d0520a2cc3d621eeea14bf85a2b2be158.tar.gz scummvm-rg350-f073cc2d0520a2cc3d621eeea14bf85a2b2be158.tar.bz2 scummvm-rg350-f073cc2d0520a2cc3d621eeea14bf85a2b2be158.zip |
Correct title name for puzzle
svn-id: r24000
-rw-r--r-- | engines/simon/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp index 37ab36f86d..d574a7a16b 100644 --- a/engines/simon/game.cpp +++ b/engines/simon/game.cpp @@ -74,7 +74,7 @@ static const PlainGameDescriptor simonGames[] = { {"simon2", "Simon the Sorcerer 2"}, {"feeble", "The Feeble Files"}, {"jumble", "Jumble"}, - {"puzzle", "Puzzle"}, + {"puzzle", "NoPatience"}, {"swampy", "Swampy Adventures"}, {NULL, NULL} }; |