diff options
| author | Paul Gilbert | 2013-12-26 09:36:27 +1100 |
|---|---|---|
| committer | Paul Gilbert | 2013-12-26 09:36:27 +1100 |
| commit | 554756f93fb77c8e15e697b2b4c3d2bf09c95232 (patch) | |
| tree | 0a80722157d7cb56b9569b9bf1bb891df48e8ede | |
| parent | 906f2546b497b7662dc40d2b6628ca27d91b9178 (diff) | |
| download | scummvm-rg350-554756f93fb77c8e15e697b2b4c3d2bf09c95232.tar.gz scummvm-rg350-554756f93fb77c8e15e697b2b4c3d2bf09c95232.tar.bz2 scummvm-rg350-554756f93fb77c8e15e697b2b4c3d2bf09c95232.zip | |
VOYEUR: Fix prototype for playAVideoDuration
| -rw-r--r-- | engines/voyeur/voyeur.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
