aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/hdb.cpp')
-rw-r--r--engines/hdb/hdb.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index 900709ff8b..12d0871768 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -379,6 +379,10 @@ void HDBGame::setTargetXY(int x, int y) {
if (p->touchpWait)
return;
+ // Double-Clicking on the player to open inventory?
+ if (g_hdb->isPPC())
+ warning("STUB: Add double-click to inventory functionality for PPC version");
+
// If we're attacking...don't do anything else
AIState stateList[] = {
STATE_ATK_CLUB_UP, STATE_ATK_CLUB_DOWN, STATE_ATK_CLUB_LEFT, STATE_ATK_CLUB_RIGHT,