aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/actors.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/actors.h')
-rw-r--r--engines/tinsel/actors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/actors.h b/engines/tinsel/actors.h
index 02976acaed..0cf77e8be1 100644
--- a/engines/tinsel/actors.h
+++ b/engines/tinsel/actors.h
@@ -145,8 +145,8 @@ struct SAVED_ACTOR {
short zFactor;
bool bAlive;
bool bHidden;
- SCNHANDLE presFilm; //!< the film that reel belongs to
- short presRnum; //!< the present reel number
+ SCNHANDLE presFilm; ///< the film that reel belongs to
+ short presRnum; ///< the present reel number
short presPlayX, presPlayY;
};
typedef SAVED_ACTOR *PSAVED_ACTOR;