aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/protocol.cpp
diff options
context:
space:
mode:
authorMax Horn2010-01-03 21:20:05 +0000
committerMax Horn2010-01-03 21:20:05 +0000
commitdf81b68967d379c527b60c4bca2203a88c4be5d9 (patch)
tree3ad20ee0a511ec37e96679bc80a5867634c6edd9 /engines/sword2/protocol.cpp
parentd13b23d688c51849509de267fa469af7334a94f9 (diff)
downloadscummvm-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/sword2/protocol.cpp')
-rw-r--r--engines/sword2/protocol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword2/protocol.cpp b/engines/sword2/protocol.cpp
index bb5f68fd5f..03b021f04c 100644
--- a/engines/sword2/protocol.cpp
+++ b/engines/sword2/protocol.cpp
@@ -305,7 +305,7 @@ byte *Sword2Engine::fetchPsxBackground(uint32 location) {
byte *buffer;
if (!file.open("screens.clu")) {
- GUIErrorMessage("Broken Sword 2: Cannot open screens.clu");
+ GUIErrorMessage("Broken Sword II: Cannot open screens.clu");
return NULL;
}
@@ -373,7 +373,7 @@ byte *Sword2Engine::fetchPsxParallax(uint32 location, uint8 level) {
return NULL;
if (!file.open("screens.clu")) {
- GUIErrorMessage("Broken Sword 2: Cannot open screens.clu");
+ GUIErrorMessage("Broken Sword II: Cannot open screens.clu");
return NULL;
}