aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/game.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-09-29 04:48:04 +0000
committerTravis Howell2006-09-29 04:48:04 +0000
commitf073cc2d0520a2cc3d621eeea14bf85a2b2be158 (patch)
tree8774141f4bf3be79363599790253db1da022cea3 /engines/simon/game.cpp
parentf1b3da2f18d426d5aff797ff55e50723e8343d48 (diff)
downloadscummvm-rg350-f073cc2d0520a2cc3d621eeea14bf85a2b2be158.tar.gz
scummvm-rg350-f073cc2d0520a2cc3d621eeea14bf85a2b2be158.tar.bz2
scummvm-rg350-f073cc2d0520a2cc3d621eeea14bf85a2b2be158.zip
Correct title name for puzzle
svn-id: r24000
Diffstat (limited to 'engines/simon/game.cpp')
-rw-r--r--engines/simon/game.cpp2
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}
};