diff options
author | Joachim Eberhard | 2007-02-09 13:06:57 +0000 |
---|---|---|
committer | Joachim Eberhard | 2007-02-09 13:06:57 +0000 |
commit | c2876e4350f9c8b4bcf875c7105d01aa1c1dc1f6 (patch) | |
tree | 581273c9c494d82b78beeb8efcf9e5a67d833f16 /engines/agi | |
parent | 679c2fc5aa3d72f640d7765391324f2411cda512 (diff) | |
download | scummvm-rg350-c2876e4350f9c8b4bcf875c7105d01aa1c1dc1f6.tar.gz scummvm-rg350-c2876e4350f9c8b4bcf875c7105d01aa1c1dc1f6.tar.bz2 scummvm-rg350-c2876e4350f9c8b4bcf875c7105d01aa1c1dc1f6.zip |
Minor consistency improvements
svn-id: r25446
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index fb9896aa9f..24d23721bf 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -67,13 +67,13 @@ static const PlainGameDescriptor agiGames[] = { {"mixedup", "Mixed-Up Mother Goose"}, {"mh1", "Manhunter 1: New York"}, {"mh2", "Manhunter 2: San Francisco"}, - {"pq1", "Police Quest: In Pursuit of the Death Angel"}, + {"pq1", "Police Quest I: In Pursuit of the Death Angel"}, {"serguei1", "Serguei's Destiny 1"}, {"serguei2", "Serguei's Destiny 2"}, - {"sq0", "Space Quest 0 - Replicated"}, + {"sq0", "Space Quest 0: Replicated"}, {"sq1", "Space Quest I: The Sarien Encounter"}, {"sq2", "Space Quest II: Vohaul's Revenge"}, - {"sqx", "Space Quest X - The Lost Chapter"}, + {"sqx", "Space Quest X: The Lost Chapter"}, {"tetris", "AGI Tetris"}, {"xmascard", "Xmas Card"}, |