aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTravis Howell2006-01-18 14:06:20 +0000
committerTravis Howell2006-01-18 14:06:20 +0000
commitd6a5c39e3d462e6234bd08cb6105533a70e6f74b (patch)
tree1c129e5caeb85b0226260f5cab6d1071410b1be7 /sword2
parent7603c69b17286d56b9934faedd874acba3accd1c (diff)
downloadscummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.gz
scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.bz2
scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.zip
Add full game titles.
svn-id: r20083
Diffstat (limited to 'sword2')
-rw-r--r--sword2/sword2.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index f413f95a5a..2d6fc6a943 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -58,9 +58,9 @@ struct Sword2GameSettings {
static const Sword2GameSettings sword2_settings[] = {
/* Broken Sword 2 */
- {"sword2", "Broken Sword 2", GF_DEFAULT_TO_1X_SCALER, "players.clu" },
- {"sword2alt", "Broken Sword 2 (alt)", GF_DEFAULT_TO_1X_SCALER, "r2ctlns.ocx" },
- {"sword2demo", "Broken Sword 2 (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword2::GF_DEMO, "players.clu" },
+ {"sword2", "Broken Sword 2 - The Smoking Mirror", GF_DEFAULT_TO_1X_SCALER, "players.clu" },
+ {"sword2alt", "Broken Sword 2 - The Smoking Mirror (alt)", GF_DEFAULT_TO_1X_SCALER, "r2ctlns.ocx" },
+ {"sword2demo", "Broken Sword 2 - The Smoking Mirror (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword2::GF_DEMO, "players.clu" },
{NULL, NULL, 0, NULL}
};