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
|
||||
|
||||
VideoState emptyState;
|
||||
emptyState.reset();
|
||||
emptyState.fileName = _videoFile;
|
||||
emptyState.flags = kDoubled; // always allow the videos to be double sized
|
||||
playVideo(videoDecoder, emptyState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue