1
This commit is contained in:
parent
6f661ae1bd
commit
f3c81fd90c
@ -7,6 +7,12 @@
|
||||
#include "room.h"
|
||||
#include "metamgr.h"
|
||||
|
||||
/*
|
||||
机器人状态:
|
||||
1:锁定追踪
|
||||
2: 巡逻
|
||||
3: 思考
|
||||
*/
|
||||
AndroidAI::~AndroidAI()
|
||||
{
|
||||
}
|
||||
@ -109,8 +115,8 @@ void AndroidAI::DoMove()
|
||||
}
|
||||
break;
|
||||
}
|
||||
hum->room->grid_service.MoveHuman(hum);
|
||||
}
|
||||
hum->room->grid_service.MoveHuman(hum);
|
||||
hum->CheckGrass();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user