mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[saco] Match CLocalPlayer::ResetAllSyncAttributes()
This commit is contained in:
@ -72,9 +72,11 @@ void CLocalPlayer::ResetAllSyncAttributes()
|
||||
field_187 = -1;
|
||||
field_181 = GetTickCount();
|
||||
field_189 = 0;
|
||||
|
||||
DWORD dwThisTick = GetTickCount();
|
||||
field_2DA = 0;
|
||||
field_2DE = 0;
|
||||
field_127 = GetTickCount();
|
||||
field_127 = dwThisTick;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user