From 0aacd2d29adfe63f70399592e7f44f3654b53577 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Tue, 2 Jul 2019 03:38:16 +0530 Subject: HDB: Add inventoryActive() function --- engines/hdb/window.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.2.3