mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
DIRECTOR: Initialize window type to -1
This commit is contained in:
parent
1678c7621e
commit
315f43f460
@ -57,7 +57,7 @@ Window::Window(int id, bool scrollable, bool resizable, bool editable, Graphics:
|
||||
_objType = kWindowObj;
|
||||
_startFrame = _vm->getStartMovie().startFrame;
|
||||
|
||||
_windowType = 0;
|
||||
_windowType = -1;
|
||||
_titleVisible = true;
|
||||
updateBorderType();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user