1
This commit is contained in:
parent
253b6e6452
commit
01ce1e4fe1
@ -1665,7 +1665,7 @@ void Human::SendUpdateMsg()
|
|||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
end_tick = a8::XGetTickCount();
|
end_tick = a8::XGetTickCount();
|
||||||
if (a8::XGetTickCount() - begin_tick > 1000) {
|
if (a8::XGetTickCount() - begin_tick > 100) {
|
||||||
A8_ABORT();
|
A8_ABORT();
|
||||||
}
|
}
|
||||||
begin_tick = a8::XGetTickCount();
|
begin_tick = a8::XGetTickCount();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user