SCI: Fix uninitialized variables
This commit is contained in:
parent
3f8d2fae8a
commit
fbc1aac6a9
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ void Console::postEnter() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VideoState emptyState;
|
VideoState emptyState;
|
||||||
|
emptyState.reset();
|
||||||
emptyState.fileName = _videoFile;
|
emptyState.fileName = _videoFile;
|
||||||
emptyState.flags = kDoubled; // always allow the videos to be double sized
|
emptyState.flags = kDoubled; // always allow the videos to be double sized
|
||||||
playVideo(videoDecoder, emptyState);
|
playVideo(videoDecoder, emptyState);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue