diff options
author | Paul Gilbert | 2008-01-01 12:59:40 +0000 |
---|---|---|
committer | Paul Gilbert | 2008-01-01 12:59:40 +0000 |
commit | 4308e6ab10b56a5212647d943c2cb424aa8307f8 (patch) | |
tree | d0a0977a8f631c53893d35e82aca85aa0c4a1719 /engines/lure | |
parent | e3c60fea4e44f8b82f832c83cf93254c40796c26 (diff) | |
download | scummvm-rg350-4308e6ab10b56a5212647d943c2cb424aa8307f8.tar.gz scummvm-rg350-4308e6ab10b56a5212647d943c2cb424aa8307f8.tar.bz2 scummvm-rg350-4308e6ab10b56a5212647d943c2cb424aa8307f8.zip |
Added EGA related constants
svn-id: r30115
Diffstat (limited to 'engines/lure')
-rw-r--r-- | engines/lure/luredefs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h index b2f8ee25a6..ea779e5fdc 100644 --- a/engines/lure/luredefs.h +++ b/engines/lure/luredefs.h @@ -122,6 +122,11 @@ enum Action { // Palette colour increment amouns for palette fade in/outs #define PALETTE_FADE_INC_SIZE 4 +// EGA constants +#define EGA_PALETTE_SIZE 16 +#define EGA_NUM_LAYERS 4 +#define EGA_PIXELS_PER_BYTE 8 + // Palette and animation for Skorl catching player #define SKORL_CATCH_PALETTE_ID 0x4060 #define SKORL_CATCH_ANIM_ID 0x4061 |