aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/woodscript.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-01-01 15:06:43 +0000
committerEugene Sandulenko2009-01-01 15:06:43 +0000
commit696897b0583ad52ebc6f7666525277847619a8ce (patch)
tree5ac2be2991e94dce32c5bb7fdb0dcc4188221503 /engines/m4/woodscript.h
parent05d3633eb32ead8e11435b85a9db1ddaa1482fcb (diff)
downloadscummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.gz
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.bz2
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.zip
Whoa! Removing trailing spaces.
svn-id: r35648
Diffstat (limited to 'engines/m4/woodscript.h')
-rw-r--r--engines/m4/woodscript.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/m4/woodscript.h b/engines/m4/woodscript.h
index 7e968742b8..4a135e29ad 100644
--- a/engines/m4/woodscript.h
+++ b/engines/m4/woodscript.h
@@ -110,14 +110,14 @@ public:
long *getVarPtr(int index);
long *getParentVarPtr(int index);
long *getDataPtr(int index);
-
+
void setActive(bool active) { _active = active; }
bool isActive() const { return _active; }
bool isTerminated() const { return _terminated; }
void draw(M4Surface *surface, const Common::Rect &clipRect, Common::Rect &updateRect);
-
+
bool s1_end(Instruction &instruction);
bool s1_clearVars(Instruction &instruction);
bool s1_set(Instruction &instruction);
@@ -185,9 +185,9 @@ protected:
EndOfSequenceRequestItem _endOfSequenceRequest;
int32 _indexReg;
-
+
M4Sprite *_curFrame;
-
+
int32 _sequenceHash;
int32 _returnHashes[8]; //FIXME: Use constant instead of 8
@@ -305,7 +305,7 @@ public:
/* Misc */
void setDepthTable(int16 *depthTable);
-
+
long *getGlobalPtr(int index);
long getGlobal(int index);
void setGlobal(int index, long value);
@@ -316,9 +316,9 @@ public:
void setBackgroundSurface(M4Surface *backgroundSurface);
// Sets the view which is used for drawing
void setSurfaceView(View *view);
-
+
RGB8 *getMainPalette() const;
-
+
void setInverseColorTable(byte *inverseColorTable) { _inverseColorTable = inverseColorTable; }
byte *getInverseColorTable() const { return _inverseColorTable; }
@@ -331,7 +331,7 @@ protected:
int32 _machineId;
long *_globals;
-
+
Common::Array<Sequence*> _endOfSequenceRequestList;
int32 _indexReg;