From 168774c3c6bd942970b7bc35ebe7b5abdb535b5b Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 27 Feb 2017 10:11:46 -0600 Subject: SCI32: Add kPlayVMD subop 27 (SetPlane) Used by RAMA, when playing a video at the Hub Camp computer at the beginning of the game (room 1004). --- engines/sci/graphics/video32.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sci/graphics/video32.h') diff --git a/engines/sci/graphics/video32.h b/engines/sci/graphics/video32.h index 751604fd47..ae4767c183 100644 --- a/engines/sci/graphics/video32.h +++ b/engines/sci/graphics/video32.h @@ -363,6 +363,11 @@ public: */ void ignorePalettes() { _ignorePalettes = true; } + /** + * Sets the plane and plane priority used to render video. + */ + void setPlane(const int16 priority, const reg_t planeId); + private: /** * The location of the VMD plane, in game script -- cgit v1.2.3