aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-02-08 02:00:22 +0000
committerMax Horn2003-02-08 02:00:22 +0000
commitcc5df1b5435cc756a3ae0805b54bdb8904e70448 (patch)
tree5e6b725d09e94b870db79321b11bc87c470249f5 /scumm/scumm.h
parent24cba45574285fbc8a24436f2b9211d314a68783 (diff)
downloadscummvm-rg350-cc5df1b5435cc756a3ae0805b54bdb8904e70448.tar.gz
scummvm-rg350-cc5df1b5435cc756a3ae0805b54bdb8904e70448.tar.bz2
scummvm-rg350-cc5df1b5435cc756a3ae0805b54bdb8904e70448.zip
cleanup
svn-id: r6594
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index c59e6da487..f0637a0508 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -706,7 +706,7 @@ public:
uint32 _IM00_offs, _PALS_offs;
//ender: fullscreen
- bool _fullRedraw, _BgNeedsRedraw, _shakeEnabled, _verbRedraw;
+ bool _fullRedraw, _BgNeedsRedraw, _verbRedraw;
bool _screenEffectFlag, _completeScreenRedraw;
struct {
@@ -771,8 +771,6 @@ public:
void setupShadowPalette(int redScale, int greenScale, int blueScale, int startColor, int endColor);
void darkenPalette(int redScale, int greenScale, int blueScale, int startColor, int endColor);
- void setShake(int mode);
-
void setCursor(int cursor);
void setCursorImg(uint img, uint room, uint imgindex);
void setCursorHotspot2(int x, int y);
@@ -827,8 +825,10 @@ public:
byte *_bompMaskPtr;
byte *_bompActorPalletePtr;
-
+ bool _shakeEnabled;
uint _shakeFrame;
+ void setShake(int mode);
+
int _screenStartStrip, _screenEndStrip;
int _screenLeft, _screenTop;