diff options
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/window.h b/engines/hdb/window.h index 08f957c72b..e03e26f147 100644 --- a/engines/hdb/window.h +++ b/engines/hdb/window.h @@ -185,6 +185,9 @@ public: return _invWinInfo.selection; } void checkInvSelect(int x, int y); + bool inventoryActive() { + return _invWinInfo.active; + } // Deliveries Functions void openDeliveries(bool animate); |