beginning work on potions
This commit is contained in:
parent
bc5540a793
commit
88996ed3b3
6 changed files with 28 additions and 2 deletions
|
@ -45,6 +45,7 @@ typedef struct {
|
|||
bool isCarrying;
|
||||
bool isSwimming;
|
||||
int swimTimer;
|
||||
int strengthTimer;
|
||||
int score;
|
||||
Inventory* inv;
|
||||
Item* activeItem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue