aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index dba448d689..c3d04ea58c 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -318,7 +318,7 @@ public:
bool isVideoPlaying();
// Riven-related functions
- void activateMLST(uint16 mlstId, uint16 card);
+ void activateMLST(const MLSTRecord &mlst);
void clearMLST();
void disableAllMovies();
VideoEntryPtr playMovieRiven(uint16 id);