client.cpp linux fix
boolean->bool
This commit is contained in:
parent
a876e8d14e
commit
4daeeb3489
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue