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
@@ -25,10 +25,6 @@ Collectible::Collectible()
bDisappearing = false;
}
Collectible::~Collectible()
{
}
void Collectible::disappear()
{
bDisappearing = true;