1
This commit is contained in:
parent
2e428dbb1b
commit
e415b8ab50
@ -1037,7 +1037,7 @@ void Player::_CMMove(f8::MsgHdr* hdr, const cs::CMMove& msg)
|
|||||||
((cs::CMMove*)&msg)->clear_move_dir();
|
((cs::CMMove*)&msg)->clear_move_dir();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (msg.has_move_dir()) {
|
if (msg.has_move_dir() && !is_client_move) {
|
||||||
#ifdef MYDEBUG1
|
#ifdef MYDEBUG1
|
||||||
a8::XPrintf("move_dir %f,%f,%f\n",
|
a8::XPrintf("move_dir %f,%f,%f\n",
|
||||||
{
|
{
|
||||||
|
@ -77,4 +77,5 @@ enum SMMessageId_e
|
|||||||
_SMBattlePreInfoUpdate = 1034;
|
_SMBattlePreInfoUpdate = 1034;
|
||||||
_SMAddBattleHint = 1035;
|
_SMAddBattleHint = 1035;
|
||||||
_SMDelBattleHint = 1036;
|
_SMDelBattleHint = 1036;
|
||||||
|
_SMPullback = 1037;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user