From 0b69b6a842b3527a6ad73f99d6840d7b7c05b4bf Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 30 Jan 2011 13:54:39 +0000 Subject: MOHAWK: Myst, pass the playback direction from the calling script to the movie player. svn-id: r55657 --- engines/mohawk/myst_scripts.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/myst_scripts.cpp') diff --git a/engines/mohawk/myst_scripts.cpp b/engines/mohawk/myst_scripts.cpp index 6ead1a72a4..2e6e921ad8 100644 --- a/engines/mohawk/myst_scripts.cpp +++ b/engines/mohawk/myst_scripts.cpp @@ -384,6 +384,7 @@ void MystScriptParser::o_triggerMovie(uint16 op, uint16 var, uint16 argc, uint16 // Trigger resource 6 movie overriding play direction MystResourceType6 *resource = static_cast(_invokingResource); + resource->setDirection(direction); resource->playMovie(); // TODO: If movie has sound, resume background music -- cgit v1.2.3