diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 62da645d4e..999a69e497 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -899,24 +899,9 @@ protected: // bomp public: byte *_bompActorPalettePtr; - void drawBomp(const BompDrawData &bd, int decode_mode, int mask); -protected: - static void decompressBomp(byte *dst, const byte *src, int w, int h); - static int32 setupBompScale(byte *scaling, int32 size, byte scale); - static void bompScaleFuncX(byte *line_buffer, byte *scaling_x_ptr, byte skip, int32 size); - static int32 bompDecodeLineMode0(const byte *src, byte *line_buffer, int32 size); - static int32 bompDecodeLineMode1(const byte *src, byte *line_buffer, int32 size); - static int32 bompDecodeLineMode3(const byte *src, byte *line_buffer, int32 size); - static void bompApplyMask(byte *line_buffer, byte *mask_out, byte bits, int32 size); -public: - void bompApplyShadow(int shadowMode, const byte *line_buffer, byte *dst, int32 size, byte transparency) const; -protected: - void bompApplyShadow0(const byte *line_buffer, byte *dst, int32 size, byte transparency) const; - void bompApplyShadow1(const byte *line_buffer, byte *dst, int32 size, byte transparency) const; - void bompApplyShadow3(const byte *line_buffer, byte *dst, int32 size, byte transparency) const; - void bompApplyActorPalette(byte *line_buffer, int32 size) const; +protected: bool _shakeEnabled; uint _shakeFrame; void setShake(int mode); |