aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/menu.cpp')
-rw-r--r--engines/hdb/menu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hdb/menu.cpp b/engines/hdb/menu.cpp
index 5f8297f0d4..8516d0c54d 100644
--- a/engines/hdb/menu.cpp
+++ b/engines/hdb/menu.cpp
@@ -151,7 +151,8 @@ bool Menu::init() {
if (g_hdb->isPPC()) {
if (g_hdb->isDemo()) {
warning("STUB: Load DEMOTITLESCREEN");
- warning("STUB: Load PIC_HANDANGO");
+ if (g_hdb->isHandango())
+ warning("STUB: Load PIC_HANDANGO");
}
else
_hdbLogoScreen = g_hdb->_gfx->loadPic(TITLESCREEN);