From 554756f93fb77c8e15e697b2b4c3d2bf09c95232 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 26 Dec 2013 09:36:27 +1100 Subject: VOYEUR: Fix prototype for playAVideoDuration --- engines/voyeur/voyeur.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/voyeur/voyeur.h') diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h index 0d2ea7e589..16909052a7 100644 --- a/engines/voyeur/voyeur.h +++ b/engines/voyeur/voyeur.h @@ -144,7 +144,7 @@ public: void playRL2Video(const Common::String &filename); void doTransitionCard(const Common::String &time, const Common::String &location); void playAVideo(int id); - void playAVideoDuration(int v1, int v2); + void playAVideoDuration(int videoId, int duration); /** * Saves the last time the game was played -- cgit v1.2.3