diff options
author | Max Horn | 2010-01-03 21:20:05 +0000 |
---|---|---|
committer | Max Horn | 2010-01-03 21:20:05 +0000 |
commit | df81b68967d379c527b60c4bca2203a88c4be5d9 (patch) | |
tree | 3ad20ee0a511ec37e96679bc80a5867634c6edd9 /engines/sword1 | |
parent | d13b23d688c51849509de267fa469af7334a94f9 (diff) | |
download | scummvm-rg350-df81b68967d379c527b60c4bca2203a88c4be5d9.tar.gz scummvm-rg350-df81b68967d379c527b60c4bca2203a88c4be5d9.tar.bz2 scummvm-rg350-df81b68967d379c527b60c4bca2203a88c4be5d9.zip |
Change BS 1 & 2 to I & II (see discussion on -devel)
svn-id: r46951
Diffstat (limited to 'engines/sword1')
-rw-r--r-- | engines/sword1/detection.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/sword1/detection.cpp b/engines/sword1/detection.cpp index b0db320d86..1dd9b97a10 100644 --- a/engines/sword1/detection.cpp +++ b/engines/sword1/detection.cpp @@ -36,19 +36,19 @@ #include "engines/metaengine.h" -/* Broken Sword 1 */ +/* Broken Sword */ static const PlainGameDescriptorGUIOpts sword1FullSettings = - {"sword1", "Broken Sword 1: The Shadow of the Templars", Common::GUIO_NOMIDI}; + {"sword1", "Broken Sword: The Shadow of the Templars", Common::GUIO_NOMIDI}; static const PlainGameDescriptorGUIOpts sword1DemoSettings = - {"sword1demo", "Broken Sword 1: The Shadow of the Templars (Demo)", Common::GUIO_NOMIDI}; + {"sword1demo", "Broken Sword: The Shadow of the Templars (Demo)", Common::GUIO_NOMIDI}; static const PlainGameDescriptorGUIOpts sword1MacFullSettings = - {"sword1mac", "Broken Sword 1: The Shadow of the Templars (Mac)", Common::GUIO_NOMIDI}; + {"sword1mac", "Broken Sword: The Shadow of the Templars (Mac)", Common::GUIO_NOMIDI}; static const PlainGameDescriptorGUIOpts sword1MacDemoSettings = - {"sword1macdemo", "Broken Sword 1: The Shadow of the Templars (Mac demo)", Common::GUIO_NOMIDI}; + {"sword1macdemo", "Broken Sword: The Shadow of the Templars (Mac demo)", Common::GUIO_NOMIDI}; static const PlainGameDescriptorGUIOpts sword1PSXSettings = - {"sword1psx", "Broken Sword 1: The Shadow of the Templars (PlayStation)", Common::GUIO_NOMIDI}; + {"sword1psx", "Broken Sword: The Shadow of the Templars (PlayStation)", Common::GUIO_NOMIDI}; static const PlainGameDescriptorGUIOpts sword1PSXDemoSettings = - {"sword1psxdemo", "Broken Sword 1: The Shadow of the Templars (PlayStation demo)", Common::GUIO_NOMIDI}; + {"sword1psxdemo", "Broken Sword: The Shadow of the Templars (PlayStation demo)", Common::GUIO_NOMIDI}; // check these subdirectories (if present) |