1
This commit is contained in:
parent
a39bf98d56
commit
39a3188f61
@ -2027,13 +2027,6 @@ void Room::OnHumanGridChg(Human* target)
|
|||||||
|
|
||||||
void Room::ShuaGridRound(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;
|
int count = 0;
|
||||||
for (auto& pair : human_hash_) {
|
for (auto& pair : human_hash_) {
|
||||||
Human* hum = pair.second;
|
Human* hum = pair.second;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user