aboutsummaryrefslogtreecommitdiff
path: root/common/ne_exe.h
diff options
context:
space:
mode:
authorD G Turner2011-02-20 06:12:21 +0000
committerD G Turner2011-02-20 06:12:21 +0000
commita92528636193220d29dcc75e5b4899a1e80cfa5f (patch)
tree46f857b3f3defa30b69bef7c5a664bd8dfa24ccd /common/ne_exe.h
parent5091f846a78c82d619b41530ff670de04bc05387 (diff)
downloadscummvm-rg350-a92528636193220d29dcc75e5b4899a1e80cfa5f.tar.gz
scummvm-rg350-a92528636193220d29dcc75e5b4899a1e80cfa5f.tar.bz2
scummvm-rg350-a92528636193220d29dcc75e5b4899a1e80cfa5f.zip
COMMON: Correct NE Resource Loader for Osystem RGBA->RGB Palette Change.
Diffstat (limited to 'common/ne_exe.h')
-rw-r--r--common/ne_exe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ne_exe.h b/common/ne_exe.h
index ac080d8a7c..545c8e5eff 100644
--- a/common/ne_exe.h
+++ b/common/ne_exe.h
@@ -63,7 +63,7 @@ public:
private:
byte *_surface;
- byte _palette[256 * 4];
+ byte _palette[256 * 3];
uint16 _width; ///< The cursor's width.
uint16 _height; ///< The cursor's height.