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:
Sven Hesse 2009-08-23 09:57:47 +00:00
parent cef5230595
commit 40f1deae3a

View File

@ -56,6 +56,7 @@ DemoPlayer::Script DemoPlayer::_scripts[] = {
};
DemoPlayer::DemoPlayer(GobEngine *vm) : _vm(vm) {
_autoDouble = false;
_doubleMode = false;
_rebase0 = false;
}