aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/jspit.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven_stacks/jspit.h')
-rw-r--r--engines/mohawk/riven_stacks/jspit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/riven_stacks/jspit.h b/engines/mohawk/riven_stacks/jspit.h
index 9ce32bc4fe..9bd35a59b5 100644
--- a/engines/mohawk/riven_stacks/jspit.h
+++ b/engines/mohawk/riven_stacks/jspit.h
@@ -24,7 +24,7 @@
#define RIVEN_STACKS_JSPIT_H
#include "mohawk/riven_stacks/domespit.h"
-#include "mohawk/video.h"
+#include "mohawk/riven_video.h"
namespace Mohawk {
namespace RivenStacks {
@@ -94,7 +94,7 @@ private:
int jspitElevatorLoop();
void redrawWharkNumberPuzzle(uint16 overlay, uint16 number);
- void sunnersPlayVideo(VideoEntryPtr &video, uint32 destCardGlobalId);
+ void sunnersPlayVideo(RivenVideo *video, uint32 destCardGlobalId);
};
} // End of namespace RivenStacks