aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-23 20:44:02 -0500
committerPaul Gilbert2015-01-23 20:44:02 -0500
commit749372e456ed8f1a4aee31ce23c4f4f7fd5644cc (patch)
tree918ebdfc2867a4e04492748fed9a9c31a619d123 /engines/xeen/resources.cpp
parent2b51d324f3cc2a58f2a703c23030ee19ba85836b (diff)
downloadscummvm-rg350-749372e456ed8f1a4aee31ce23c4f4f7fd5644cc.tar.gz
scummvm-rg350-749372e456ed8f1a4aee31ce23c4f4f7fd5644cc.tar.bz2
scummvm-rg350-749372e456ed8f1a4aee31ce23c4f4f7fd5644cc.zip
XEEN: More script code and string input dialog
Diffstat (limited to 'engines/xeen/resources.cpp')
-rw-r--r--engines/xeen/resources.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index 994762bf5b..c167bdbb48 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -71,6 +71,8 @@ const char *const THE_PARTY_NEEDS_REST = "\x0B""012The Party needs rest!";
const char *const WHO_WILL = "\X03""c\X0B""000\x09""000%s\x0A\x0A"
"Who will\x0A%s?\x0A\x0B""055F1 - F%d";
+const char *const WHATS_THE_PASSWORD = "What's the Password?";
+
const char *const TERRAIN_TYPES[6] = {
"town", "cave", "towr", "cstl", "dung", "scfi"
};
@@ -408,7 +410,7 @@ const int DIRECTION_ANIM_POSITIONS[4][4] = {
{ 0, 1, 2, 3 }, { 3, 0, 1, 2 }, { 2, 3, 0, 1 }, { 1, 2, 3, 0 }
};
-const byte WALL_NUMBERS[4][48] = {
+const byte WALL_SHIFTS[4][48] = {
{
12, 0, 12, 8, 12, 12, 0, 12, 8, 12, 12, 0,
12, 0, 12, 8, 12, 8, 12, 12, 0, 12, 0, 12,