From 39a3188f61da5240a6e5ab3538730793f76e99c5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 1 Jun 2020 17:14:44 +0800 Subject: [PATCH] 1 --- server/gameserver/room.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index b84169b..2d84cda 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -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;