aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/protocol.cpp
diff options
context:
space:
mode:
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;
}