1
This commit is contained in:
parent
fc3dbb3a52
commit
cfca065bdb
@ -1433,6 +1433,7 @@ void Room::UpdateGasInactivePvp()
|
|||||||
ClearPostBattleAutoFreeList();
|
ClearPostBattleAutoFreeList();
|
||||||
OnBattleStart();
|
OnBattleStart();
|
||||||
InitAndroidAI();
|
InitAndroidAI();
|
||||||
|
RoomMgr::Instance()->ActiveRoom(GetRoomUuid());
|
||||||
if (IsSandTableRoom()) {
|
if (IsSandTableRoom()) {
|
||||||
{
|
{
|
||||||
const mt::SafeArea* first_safearea = mt::SafeArea::GetByType
|
const mt::SafeArea* first_safearea = mt::SafeArea::GetByType
|
||||||
@ -1488,7 +1489,6 @@ void Room::UpdateGasInactivePvp()
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (IsNoPlane()) {
|
if (IsNoPlane()) {
|
||||||
RoomMgr::Instance()->ActiveRoom(GetRoomUuid());
|
|
||||||
{
|
{
|
||||||
const mt::SafeArea* first_safearea = mt::SafeArea::GetByType
|
const mt::SafeArea* first_safearea = mt::SafeArea::GetByType
|
||||||
(map_meta_->RandSafeArea());
|
(map_meta_->RandSafeArea());
|
||||||
@ -1543,7 +1543,6 @@ void Room::UpdateGasInactivePvp()
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ShuaPlane();
|
ShuaPlane();
|
||||||
RoomMgr::Instance()->ActiveRoom(GetRoomUuid());
|
|
||||||
#if 1
|
#if 1
|
||||||
int auto_jump_interval = mt::Param::GetIntParam("auto_jump_interval");
|
int auto_jump_interval = mt::Param::GetIntParam("auto_jump_interval");
|
||||||
auto_jump_timer_ = xtimer.SetIntervalWpEx
|
auto_jump_timer_ = xtimer.SetIntervalWpEx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user