This commit is contained in:
aozhiwei 2019-05-07 16:52:40 +08:00
parent faf591dcc6
commit 3e8e4f23d9
2 changed files with 1 additions and 2 deletions

View File

@ -129,7 +129,6 @@ void Player::UpdateMove()
break;
#endif
}
move_ok = true;
room->grid_service.MoveHuman(this);
}
if (last_collision_door && !TestCollision(last_collision_door)) {

View File

@ -23,7 +23,7 @@
#include "hero.h"
const int ROOM_MAX_PLAYER_NUM = 50;
#if 1
#if 0
const int ANDROID_NUM = 0;
#else
const int ANDROID_NUM = 10;