diff options
author | Travis Howell | 2009-08-22 13:14:46 +0000 |
---|---|---|
committer | Travis Howell | 2009-08-22 13:14:46 +0000 |
commit | 811cea60e76f39434e00c07d5b02ed920c16c191 (patch) | |
tree | 0b38f0f0ea86d74d98751cc837312f114efdedd8 /engines/scumm | |
parent | e673bd5b95a9e51af2ad94ca0dc607651f53fa9d (diff) | |
download | scummvm-rg350-811cea60e76f39434e00c07d5b02ed920c16c191.tar.gz scummvm-rg350-811cea60e76f39434e00c07d5b02ed920c16c191.tar.bz2 scummvm-rg350-811cea60e76f39434e00c07d5b02ed920c16c191.zip |
Correct game title.
svn-id: r43645
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index e81779bdd3..57fe251e05 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -88,7 +88,7 @@ static const PlainGameDescriptor gameDescriptions[] = { { "football2002", "Backyard Football 2002" }, { "freddicove", "Freddi Fish 5: The Case of the Creature of Coral Cave" }, { "moonbase", "Moonbase Commander" }, - { "pjgames", "Pajama Sam: Games to Play On Any Day" }, + { "pjgames", "Pajama Sam: Games to Play on Any Day" }, { "readtime", "Blue's Reading Time Activities" }, { "Soccer2004", "Backyard Soccer 2004" }, { "SoccerMLS", "Backyard Soccer MLS Edition" }, |