mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-06 18:00:44 +00:00
Properly initialize _autoDouble, fixing demos that don't set a video mode on their own (like the Inca II (bat)demo)
svn-id: r43665
This commit is contained in:
parent
cef5230595
commit
40f1deae3a
@ -56,6 +56,7 @@ DemoPlayer::Script DemoPlayer::_scripts[] = {
|
||||
};
|
||||
|
||||
DemoPlayer::DemoPlayer(GobEngine *vm) : _vm(vm) {
|
||||
_autoDouble = false;
|
||||
_doubleMode = false;
|
||||
_rebase0 = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user