mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[server] Change member variable names in CPlayerPool
This commit is contained in:
@ -6,7 +6,7 @@ CPlayerPool::CPlayerPool()
|
||||
{
|
||||
for(PLAYERID playerId = 0; playerId < MAX_PLAYERS; playerId++) {
|
||||
m_bPlayerSlotState[playerId] = FALSE;
|
||||
field_2599C[playerId] = 0;
|
||||
m_pPlayers[playerId] = NULL;
|
||||
field_23A5C[playerId] = 0;
|
||||
field_3E8C[playerId] = pNetGame->GetTime();
|
||||
}
|
||||
|
Reference in New Issue
Block a user