Added potion saving and stuff. forgot about that
This commit is contained in:
parent
6370ea9014
commit
a20f960f35
11 changed files with 72 additions and 29 deletions
|
@ -91,6 +91,10 @@ Entity player;
|
|||
bool shouldRenderDebug;
|
||||
bool shouldSpeedup;
|
||||
bool shouldRenderMap;
|
||||
bool UnderStrengthEffect;
|
||||
bool UnderSpeedEffect;
|
||||
bool regening;
|
||||
bool UnderSwimBreathEffect;
|
||||
u8 zoomLevel;
|
||||
char mapText[32];
|
||||
s16 mScrollX, mScrollY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue