diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-03 07:44:47 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-03 07:44:47 -0500 |
commit | dc24164926a7988e018d32fff1977d2b40c89057 (patch) | |
tree | d9e5e18a7b2582f0e0efe19d4b410d3ccdb05902 /include/inventory.h | |
parent | 1d995c34c871bdb48e35c083ef0d9027dc18d719 (diff) |
Added holding vs press key action
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 1 |
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 |