aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-11 23:37:03 -0500
committerPaul Gilbert2015-02-11 23:37:03 -0500
commit2772cd33c1f62d0e0ea41507f6b809704d569254 (patch)
treef105544069fb0ffd870687e23cb37e805a10033b /engines/xeen/resources.cpp
parenta39b0b24a1dccec3e91f45deb047fa027372d84f (diff)
downloadscummvm-rg350-2772cd33c1f62d0e0ea41507f6b809704d569254.tar.gz
scummvm-rg350-2772cd33c1f62d0e0ea41507f6b809704d569254.tar.bz2
scummvm-rg350-2772cd33c1f62d0e0ea41507f6b809704d569254.zip
XEEN: Implemented code for deleting characters in Party dialog
Diffstat (limited to 'engines/xeen/resources.cpp')
-rw-r--r--engines/xeen/resources.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index d79ef8061d..8f1475308d 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -1445,4 +1445,9 @@ const char *const REMOVE_OR_DELETE_WHICH = "\x3l\t010\v005%s which character?";
const char *const YOUR_PARTY_IS_FULL = "\v007Your party is full!";
+const char *const HAS_SLAYER_SWORD =
+ "\v000\t000This character has the Xeen Slayer Sword and cannot be deleted!";
+const char *const SURE_TO_DELETE_CHAR =
+ "Are you sure you want to delete %s the %s?";
+
} // End of namespace Xeen