mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[server] Rename PlayerID to playerId in CPlayerPool ctor
This commit is contained in:
parent
64341cb918
commit
a4a7514703
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
CPlayerPool::CPlayerPool()
|
CPlayerPool::CPlayerPool()
|
||||||
{
|
{
|
||||||
for(PLAYERID PlayerID = 0; PlayerID < MAX_PLAYERS; PlayerID++) {
|
for(PLAYERID playerId = 0; playerId < MAX_PLAYERS; playerId++) {
|
||||||
m_bPlayerSlotState[PlayerID] = FALSE;
|
m_bPlayerSlotState[playerId] = FALSE;
|
||||||
field_2599C[PlayerID] = 0;
|
field_2599C[playerId] = 0;
|
||||||
field_23A5C[PlayerID] = 0;
|
field_23A5C[playerId] = 0;
|
||||||
field_3E8C[PlayerID] = pNetGame->GetTime();
|
field_3E8C[playerId] = pNetGame->GetTime();
|
||||||
}
|
}
|
||||||
field_30964 = 0;
|
field_30964 = 0;
|
||||||
field_30968 = 0;
|
field_30968 = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user