修复 npc概率闪现

This commit is contained in:
aozhiwei 2019-05-22 09:28:09 +08:00
parent da557ad64f
commit e31af41d16

View File

@ -102,6 +102,7 @@ void AndroidAI::DoMove()
} }
break; break;
} }
hum->room->grid_service.MoveHuman(hum);
} }
} }
} }