소스 검색

client.cpp linux fix

boolean->bool
Image 4 년 전
부모
커밋
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())
 	{