aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inventory.h')
-rw-r--r--include/inventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inventory.h b/include/inventory.h
index b62e491..18ef6c4 100644
--- a/include/inventory.h
+++ b/include/inventory.h
@@ -73,6 +73,7 @@ public:
unsigned int sel;
bool invOpen = false;
bool invOpening = false;
+ bool invHover = false;
Inventory(unsigned int s); // Creates an inventory of size 's'
~Inventory(void); // Free's allocated memory