This commit is contained in:
aozhiwei 2019-07-19 09:07:07 +08:00
parent 6f661ae1bd
commit f3c81fd90c

View File

@ -7,6 +7,12 @@
#include "room.h" #include "room.h"
#include "metamgr.h" #include "metamgr.h"
/*
:
1
2:
3:
*/
AndroidAI::~AndroidAI() AndroidAI::~AndroidAI()
{ {
} }
@ -109,8 +115,8 @@ void AndroidAI::DoMove()
} }
break; break;
} }
hum->room->grid_service.MoveHuman(hum);
} }
hum->room->grid_service.MoveHuman(hum);
hum->CheckGrass(); hum->CheckGrass();
} }
} }