aboutsummaryrefslogtreecommitdiff
path: root/common/ne_exe.h
diff options
context:
space:
mode:
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.