aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-19 11:32:57 -0500
committerPaul Gilbert2015-01-19 11:32:57 -0500
commit687423b3612d61a18a9854010af56f7a98e5563d (patch)
tree455955b56cd2898f88d94bf126b174302d5537ed /engines/xeen/resources.h
parent83442b9586e3992ab8ee0f0d06e534781f9b448b (diff)
downloadscummvm-rg350-687423b3612d61a18a9854010af56f7a98e5563d.tar.gz
scummvm-rg350-687423b3612d61a18a9854010af56f7a98e5563d.tar.bz2
scummvm-rg350-687423b3612d61a18a9854010af56f7a98e5563d.zip
XEEN: Beginnings of main game loop and waiting
Diffstat (limited to 'engines/xeen/resources.h')
-rw-r--r--engines/xeen/resources.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/xeen/resources.h b/engines/xeen/resources.h
index 0ef9211288..f6bcffaf4e 100644
--- a/engines/xeen/resources.h
+++ b/engines/xeen/resources.h
@@ -32,6 +32,8 @@ extern const char *const CREDITS;
extern const char *const OPTIONS_TITLE;
+extern const char *const THE_PARTY_NEEDS_REST;
+
extern const char *const TERRAIN_TYPES[6];
extern const char *const SURFACE_TYPE_NAMES[15];
@@ -88,7 +90,7 @@ extern const int OUTDOOR_OBJECT_Y[2][12];
extern const int DIRECTION_ANIM_POSITIONS[4][4];
-extern const byte WALL_NUMBERS[4][96];
+extern const byte WALL_NUMBERS[4][48];
extern const int DRAW_NUMBERS[25];