client.cpp linux fix

boolean->bool
This commit is contained in:
Image 2020-03-10 00:06:00 -04:00
parent a876e8d14e
commit 4daeeb3489

View file

@ -4050,7 +4050,7 @@ void Client::OpenChest(Entity* entity)
chest_difficulty = 5;
state = 11898;
}
boolean firstChestOpen = false;
bool firstChestOpen = false;
if (chest_difficulty > 0 && !entity->HasTrapTriggered())
{