diff options
Diffstat (limited to 'engines/sword2/sword2.cpp')
-rw-r--r-- | engines/sword2/sword2.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index ec1bb4888c..cf9e67e178 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -66,12 +66,12 @@ struct GameSettings { }; static const GameSettings sword2_settings[] = { - /* Broken Sword 2 */ - {"sword2", "Broken Sword 2: The Smoking Mirror", 0, "players.clu" }, - {"sword2alt", "Broken Sword 2: The Smoking Mirror (alt)", 0, "r2ctlns.ocx" }, - {"sword2psx", "Broken Sword 2: The Smoking Mirror (PlayStation)", 0, "screens.clu"}, - {"sword2psxdemo", "Broken Sword 2: The Smoking Mirror (PlayStation/Demo)", Sword2::GF_DEMO, "screens.clu"}, - {"sword2demo", "Broken Sword 2: The Smoking Mirror (Demo)", Sword2::GF_DEMO, "players.clu" }, + /* Broken Sword II */ + {"sword2", "Broken Sword II: The Smoking Mirror", 0, "players.clu" }, + {"sword2alt", "Broken Sword II: The Smoking Mirror (alt)", 0, "r2ctlns.ocx" }, + {"sword2psx", "Broken Sword II: The Smoking Mirror (PlayStation)", 0, "screens.clu"}, + {"sword2psxdemo", "Broken Sword II: The Smoking Mirror (PlayStation/Demo)", Sword2::GF_DEMO, "screens.clu"}, + {"sword2demo", "Broken Sword II: The Smoking Mirror (Demo)", Sword2::GF_DEMO, "players.clu" }, {NULL, NULL, 0, NULL} }; @@ -80,7 +80,7 @@ static const GameSettings sword2_settings[] = { class Sword2MetaEngine : public MetaEngine { public: virtual const char *getName() const { - return "Broken Sword 2"; + return "Broken Sword II"; } virtual const char *getOriginalCopyright() const { return "Broken Sword Games (C) Revolution"; |