cleanup & changed water logic
This commit is contained in:
@@ -21,7 +21,6 @@ public:
|
||||
float rotation;
|
||||
Mesh mesh;
|
||||
Collectible();
|
||||
~Collectible();
|
||||
void update();
|
||||
void disappear();
|
||||
void setActive(const u8 &b) { bActive = b; }
|
||||
|
||||
Reference in New Issue
Block a user