From d19a831d290190ca37a42018c5590f28b4fae746 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 26 Oct 2009 10:40:35 +0000 Subject: TINSEL: Move ExtractActor from scn.* to play.* svn-id: r45399 --- engines/tinsel/scn.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'engines/tinsel/scn.cpp') diff --git a/engines/tinsel/scn.cpp b/engines/tinsel/scn.cpp index 6672b35b27..0c89819ca0 100644 --- a/engines/tinsel/scn.cpp +++ b/engines/tinsel/scn.cpp @@ -72,14 +72,4 @@ byte *FindChunk(SCNHANDLE handle, uint32 chunk) { } } -/** - * Get the actor id from a film (column 0) - */ -int ExtractActor(SCNHANDLE hFilm) { - const FILM *pFilm = (const FILM *)LockMem(hFilm); - const FREEL *pReel = &pFilm->reels[0]; - const MULTI_INIT *pmi = (const MULTI_INIT *)LockMem(FROM_LE_32(pReel->mobj)); - return (int)FROM_LE_32(pmi->mulID); -} - } // End of namespace Tinsel -- cgit v1.2.3