DIRECTOR: Initialize window type to -1

This commit is contained in:
djsrv 2020-08-07 19:01:11 -04:00
parent 1678c7621e
commit 315f43f460

View File

@ -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();
}