mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
Fixing a regression in the VideoPlayer, introduced by Fingolfin in r41077
svn-id: r41088
This commit is contained in:
parent
b23fd88f61
commit
cc07d7aeec
@ -92,6 +92,7 @@ void VideoPlayer::Video::close() {
|
||||
|
||||
_video = 0;
|
||||
_stream = 0;
|
||||
_fileName.clear();
|
||||
memset(&_state, 0, sizeof(Graphics::CoktelVideo::State));
|
||||
_defaultX = _defaultY = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user