1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 22:44:32 +00:00

Revert ~0 to -1

This commit is contained in:
Valentin Ochs 2017-01-14 19:22:37 +01:00
parent c988858cd2
commit 2374c1a86b
8 changed files with 30 additions and 30 deletions

View file

@ -216,7 +216,7 @@ void ParticleManager::prevFree(int jump)
void ParticleManager::setFree(size_t free)
{
if (free != ~0UL)
if (free != -1)
{
this->free = free;
}