diff options
Diffstat (limited to 'engines/tinsel/play.h')
-rw-r--r-- | engines/tinsel/play.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/play.h b/engines/tinsel/play.h index 5cdca25faa..dd79b304f8 100644 --- a/engines/tinsel/play.h +++ b/engines/tinsel/play.h @@ -47,7 +47,7 @@ void PlayFilm(CORO_PARAM, SCNHANDLE film, int x, int y, int actorid, bool splay, void PlayFilm(CORO_PARAM, SCNHANDLE hFilm, int x, int y, int myescEvent, bool bTop); -void PlayFilmc(CORO_PARAM, SCNHANDLE hFilm, int x, int y, int actorid, bool splay, bool sfact, +void PlayFilmc(CORO_PARAM, SCNHANDLE hFilm, int x, int y, int actorid, bool splay, bool sfact, bool escOn, int myescEvent, bool bTop); void RestoreActorReels(SCNHANDLE hFilm, short reelnum, short z, int x, int y); |