From df81b68967d379c527b60c4bca2203a88c4be5d9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 3 Jan 2010 21:20:05 +0000 Subject: Change BS 1 & 2 to I & II (see discussion on -devel) svn-id: r46951 --- engines/sword2/protocol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword2/protocol.cpp') 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; } -- cgit v1.2.3