cleanup & changed water logic

This commit is contained in:
h4570
2020-12-27 19:49:36 +01:00
parent 55f476e9ed
commit ea0d47e09c
10 changed files with 91 additions and 84 deletions
@@ -21,7 +21,6 @@ public:
float rotation;
Mesh mesh;
Collectible();
~Collectible();
void update();
void disappear();
void setActive(const u8 &b) { bActive = b; }