aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inventory.h')
-rw-r--r--include/inventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inventory.h b/include/inventory.h
index af859a5..8225ab2 100644
--- a/include/inventory.h
+++ b/include/inventory.h
@@ -31,10 +31,10 @@ struct item_t{
class Inventory {
private:
- std::vector<item_t> items;
unsigned int size;
int os = 0;
public:
+ std::vector<item_t> items;
unsigned int sel;
bool invOpen = false;
bool invOpening = false;