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.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/hdb/window.cpp b/engines/hdb/window.cpp
index 853f4e617d..d10ccacb74 100644
--- a/engines/hdb/window.cpp
+++ b/engines/hdb/window.cpp
@@ -131,8 +131,7 @@ Window::~Window() {
delete _gemGfx;
}
-bool Window::init() {
-
+void Window::init() {
_gfxTL = g_hdb->_gfx->loadPic(MENU_BACK_TOPLEFT);
_gfxTM = g_hdb->_gfx->loadPic(MENU_BACK_TOP);
_gfxTR = g_hdb->_gfx->loadPic(MENU_BACK_TOPRIGHT);
@@ -207,8 +206,6 @@ bool Window::init() {
_gemGfx = NULL;
restartSystem();
-
- return true;
}
void Window::save(Common::OutSaveFile *out) {