Просмотр исходного кода

client.cpp linux fix

boolean->bool
Image 4 лет назад
Родитель
Сommit
4daeeb3489
1 измененных файлов с 1 добавлено и 1 удалено
  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())
 	{