From a91b432cdbd97b1fde73dae2b67bd2b6b4ef6257 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 2 Jan 2017 16:59:06 -0600 Subject: SCI32: Load VMDs from resource bundles GK2 includes some VMDs in the RESSCI.00n volume bundles for the chase scene at the end of Chapter 6. --- engines/sci/graphics/video32.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/sci/graphics/video32.h') diff --git a/engines/sci/graphics/video32.h b/engines/sci/graphics/video32.h index 69acdf2fce..5ed8fd954a 100644 --- a/engines/sci/graphics/video32.h +++ b/engines/sci/graphics/video32.h @@ -320,6 +320,13 @@ private: */ bool _isInitialized; + /** + * The Resource object for VMDs that are read out + * of a resource bundle instead of being streamed + * from the filesystem. + */ + Resource *_bundledVmd; + /** * For VMDs played with the `kEventFlagToFrame` flag, * the target frame for yielding back to the SCI VM. -- cgit v1.2.3