Browse Source

client.cpp linux fix

boolean->bool
Image 4 years ago
parent
commit
4daeeb3489
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/WorldServer/client.cpp

+ 1 - 1
EQ2/source/WorldServer/client.cpp

@@ -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())
 	{