diff options
Diffstat (limited to 'engines/xeen/window.cpp')
-rw-r--r-- | engines/xeen/window.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/window.cpp b/engines/xeen/window.cpp index 78e8df32e0..43ebe40047 100644 --- a/engines/xeen/window.cpp +++ b/engines/xeen/window.cpp @@ -76,7 +76,8 @@ Windows::Windows() { Window(Common::Rect(226, 26, 319, 146), 30, 8, 0, 0, 0, 0), Window(Common::Rect(225, 74, 319, 154), 31, 8, 0, 0, 0, 0), Window(Common::Rect(27, 6, 195, 142), 0, 8, 0, 0, 0, 0), - Window(Common::Rect(225, 140, 319, 199), 0, 8, 0, 0, 0, 0) + Window(Common::Rect(225, 140, 319, 199), 0, 8, 0, 0, 0, 0), + Window(Common::Rect(12, 8, 162, 198), 0, 0, 128, 0, 119, 0) }; _windows = Common::Array<Window>(windows, 40); |