This commit is contained in:
aozhiwei 2022-09-20 11:56:25 +08:00
parent cacfc2e11b
commit c10f100052

View File

@ -429,6 +429,7 @@ void Car::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
meta->i->atk() meta->i->atk()
); );
room->NotifyUiUpdate(); room->NotifyUiUpdate();
room->frame_event.AddDead(GetWeakPtrRef(), 0);
GetTrigger()->Die(); GetTrigger()->Die();
} }