1
This commit is contained in:
parent
41a77c3cde
commit
01f113b216
@ -1414,7 +1414,7 @@ void Human::RemoveObserver(Human* observer)
|
|||||||
|
|
||||||
void Human::SendUpdateMsg()
|
void Human::SendUpdateMsg()
|
||||||
{
|
{
|
||||||
if (!follow_target_ && !a8::HasBitFlag(status, CS_Disable) && IsPlayer()) {
|
if (!follow_target_ && !a8::HasBitFlag(status, CS_Disable)) {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
long long begin_tick = a8::XGetTickCount();
|
long long begin_tick = a8::XGetTickCount();
|
||||||
long long end_tick = a8::XGetTickCount();
|
long long end_tick = a8::XGetTickCount();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user