1
This commit is contained in:
parent
a7369cb464
commit
363ece4e9b
@ -800,8 +800,15 @@ void Player::_CMMove(f8::MsgHdr& hdr, const cs::CMMove& msg)
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
#if 1
|
||||
a8::XPrintf("attack_dir 0,0\n", {});
|
||||
#endif
|
||||
}
|
||||
} else {
|
||||
#if 1
|
||||
a8::XPrintf("moving:%d times:%d\n", {moving ? 1 : 0, GetDisableAttackDirTimes()});
|
||||
#endif
|
||||
if (moving && GetDisableAttackDirTimes() <= 0) {
|
||||
SetAttackDir(GetMoveDir());
|
||||
if (GetCar() && GetCar()->IsDriver(this)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user