diff options
author | Travis Howell | 2006-01-18 14:06:20 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-18 14:06:20 +0000 |
commit | d6a5c39e3d462e6234bd08cb6105533a70e6f74b (patch) | |
tree | 1c129e5caeb85b0226260f5cab6d1071410b1be7 /sword1 | |
parent | 7603c69b17286d56b9934faedd874acba3accd1c (diff) | |
download | scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.gz scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.tar.bz2 scummvm-rg350-d6a5c39e3d462e6234bd08cb6105533a70e6f74b.zip |
Add full game titles.
svn-id: r20083
Diffstat (limited to 'sword1')
-rw-r--r-- | sword1/sword1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index 0628ade213..77ec324746 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -48,9 +48,9 @@ using namespace Sword1; /* Broken Sword 1 */ static const GameSettings sword1FullSettings = - {"sword1", "Broken Sword 1", GF_DEFAULT_TO_1X_SCALER}; + {"sword1", "Broken Sword 1 - The Shadow of the Templars", GF_DEFAULT_TO_1X_SCALER}; static const GameSettings sword1DemoSettings = - {"sword1demo", "Broken Sword 1 (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword1::GF_DEMO }; + {"sword1demo", "Broken Sword 1 - The Shadow of the Templars (Demo)", GF_DEFAULT_TO_1X_SCALER | Sword1::GF_DEMO }; // check these subdirectories (if present) static const char *g_dirNames[] = { "clusters", "speech" }; |