aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_areas.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-03-05 16:12:42 +0100
committerBastien Bouclet2016-03-05 20:49:12 +0100
commita5b0e35626f3ceb3fa65ea05a40f8b06f193c51d (patch)
treec5f97938ff1a35567b10f181b9c715d693ddbdab /engines/mohawk/myst_areas.h
parent05bffc9832568d029582434ea13307e2364bc809 (diff)
downloadscummvm-rg350-a5b0e35626f3ceb3fa65ea05a40f8b06f193c51d.tar.gz
scummvm-rg350-a5b0e35626f3ceb3fa65ea05a40f8b06f193c51d.tar.bz2
scummvm-rg350-a5b0e35626f3ceb3fa65ea05a40f8b06f193c51d.zip
MOHAWK: Add a method to get a video handle from a MystAreaVideo
Use it to fix the fortress rotation controls once more
Diffstat (limited to 'engines/mohawk/myst_areas.h')
-rw-r--r--engines/mohawk/myst_areas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/myst_areas.h b/engines/mohawk/myst_areas.h
index 09ec6a2742..b19a2df9e2 100644
--- a/engines/mohawk/myst_areas.h
+++ b/engines/mohawk/myst_areas.h
@@ -108,6 +108,8 @@ public:
MystAreaVideo(MohawkEngine_Myst *vm, Common::SeekableReadStream *rlstStream, MystArea *parent);
VideoHandle playMovie();
+ VideoHandle getMovieHandle();
+
void handleCardChange() override;
bool isPlaying();
void setDirection(int16 direction) { _direction = direction; }