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:
parent
c988858cd2
commit
2374c1a86b
8 changed files with 30 additions and 30 deletions
|
@ -216,7 +216,7 @@ void ParticleManager::prevFree(int jump)
|
|||
|
||||
void ParticleManager::setFree(size_t free)
|
||||
{
|
||||
if (free != ~0UL)
|
||||
if (free != -1)
|
||||
{
|
||||
this->free = free;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue