[saco] Match CLocalPlayer::ResetAllSyncAttributes()

This commit is contained in:
RD42
2025-04-20 07:53:56 -07:00
parent 4a4cba6d6c
commit f1629fe2d4

View File

@ -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;
}
//----------------------------------------------------------