This commit is contained in:
aozhiwei 2021-11-12 13:18:26 +08:00
parent 31f14dd2e5
commit 659dafeacc

View File

@ -3806,7 +3806,7 @@ void Room::AirRaid(int airraid_id)
} }
} }
} }
#ifdef DEBUG #ifdef DEBUG1
if (humans.size() > 0) { if (humans.size() > 0) {
center = humans[0]->GetPos(); center = humans[0]->GetPos();
} }