cleanup & changed water logic
This commit is contained in:
@@ -25,10 +25,6 @@ Collectible::Collectible()
|
||||
bDisappearing = false;
|
||||
}
|
||||
|
||||
Collectible::~Collectible()
|
||||
{
|
||||
}
|
||||
|
||||
void Collectible::disappear()
|
||||
{
|
||||
bDisappearing = true;
|
||||
|
||||
Reference in New Issue
Block a user