From 771741647ddc6a577b00b553165c721ca64e77c5 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 11 Aug 2007 20:55:43 +0000 Subject: This should fix bug #1770655 and another one eriktorbjorn experienced in the CD version of Lost in Time in one go! :D svn-id: r28535 --- engines/gob/videoplayer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp index e72354a169..6cc14fd3db 100644 --- a/engines/gob/videoplayer.cpp +++ b/engines/gob/videoplayer.cpp @@ -132,6 +132,7 @@ bool VideoPlayer::openVideo(const char *video, int16 x, int16 y, int16 flags, Ty return false; } + strcpy(_curFile, fileName); _video->setXY(x, y); if (!(flags & kFlagNoVideo)) { -- cgit v1.2.3