This commit is contained in:
aozhiwei 2023-06-19 20:24:43 +08:00
parent f26dea275e
commit a85c25288a

View File

@ -524,7 +524,7 @@ void Incubator::ShowHand()
if (!room->IsGameOver() && room->GetAlivePlayerCount() <= 0) {
room->TraverseHumanList
(
[] (Huamn* hum)
[] (Human* hum)
{
a8::UnSetBitFlag(hum->status, CS_DisableAttackAndroid);
return true;