aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-17 15:20:29 -0500
committerPaul Gilbert2017-12-17 15:20:29 -0500
commit6abf2d59b466e4f6e8813074ff07dc17ba66de2a (patch)
treef45a1f755e0bc4e5264a11568a78455ee232968b /engines/xeen/resources.h
parent5c70b546d3882b745ae4facc4cc107535f41a3bb (diff)
downloadscummvm-rg350-6abf2d59b466e4f6e8813074ff07dc17ba66de2a.tar.gz
scummvm-rg350-6abf2d59b466e4f6e8813074ff07dc17ba66de2a.tar.bz2
scummvm-rg350-6abf2d59b466e4f6e8813074ff07dc17ba66de2a.zip
XEEN: Properly handle darkness
Diffstat (limited to 'engines/xeen/resources.h')
-rw-r--r--engines/xeen/resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/resources.h b/engines/xeen/resources.h
index 1ad6cfff61..dab3dffd8d 100644
--- a/engines/xeen/resources.h
+++ b/engines/xeen/resources.h
@@ -80,7 +80,7 @@ public:
static const int CHAR_FACES_X[6];
static const int HP_BARS_X[6];
static const char *const NO_ONE_TO_ADVENTURE_WITH;
- static const byte BACKGROUND_XLAT[];
+ static const byte DARKNESS_XLAT[3][256];
static const char *const YOUR_ROSTER_IS_FULL;
static const char *const PLEASE_WAIT;
static const char *const OOPS;