This commit is contained in:
aozhiwei 2020-06-01 17:14:44 +08:00
parent a39bf98d56
commit 39a3188f61

View File

@ -2027,13 +2027,6 @@ void Room::OnHumanGridChg(Human* target)
void Room::ShuaGridRound(Human* target)
{
#ifdef DEBUG
static bool shua_ed = false;
if (shua_ed) {
//return;
}
shua_ed = true;
#endif
int count = 0;
for (auto& pair : human_hash_) {
Human* hum = pair.second;