aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/window.cpp')
-rw-r--r--engines/hdb/window.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/hdb/window.cpp b/engines/hdb/window.cpp
index c072e05eca..2b576b0aba 100644
--- a/engines/hdb/window.cpp
+++ b/engines/hdb/window.cpp
@@ -103,6 +103,22 @@ Window::Window() {
_gfxInfobar = nullptr;
_gfxDarken = nullptr;
_infobarDimmed = 0;
+ _invItemSpace = 0;
+ _dialogDelay = 0;
+ _numMsgQueue = 0;
+ _gfxTL = nullptr;
+ _gfxTM = nullptr;
+ _gfxTR = nullptr;
+ _gfxL = nullptr;
+ _gfxM = nullptr;
+ _gfxR = nullptr;
+ _gfxBL = nullptr;
+ _gfxBM = nullptr;
+ _gfxBR = nullptr;
+ _gfxTitleL = nullptr;
+ _gfxTitleM = nullptr;
+ _gfxTitleR = nullptr;
+ _gGfxTL = nullptr;
}
Window::~Window() {