diff options
-rw-r--r-- | engines/tinsel/play.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tinsel/play.cpp b/engines/tinsel/play.cpp index 697fdbb1bf..e42a531939 100644 --- a/engines/tinsel/play.cpp +++ b/engines/tinsel/play.cpp @@ -51,9 +51,9 @@ struct PPINIT { int16 z; // normally 0, set if from restore int16 speed; // Film speed int16 actorid; // Set if called from an actor code block - bool splay; // Set if called from splay() - bool bTop; // Set if called from topplay() - bool bRestore; + uint8 splay; // Set if called from splay() + uint8 bTop; // Set if called from topplay() + uint8 bRestore; int16 sf; // SlowFactor - only used for moving actors int16 column; // Column number, first column = 0 |