浏览代码

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