mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[server] Change Player
to playerId
in CMenuPool ctor
This commit is contained in:
parent
d3fb442d5d
commit
de65632483
@ -8,9 +8,9 @@ CMenuPool::CMenuPool()
|
||||
field_200[byteMenuID] = 0;
|
||||
field_0[byteMenuID] = 0;
|
||||
}
|
||||
for (PLAYERID Player = 0; Player < MAX_PLAYERS; Player++)
|
||||
for (PLAYERID playerId = 0; playerId < MAX_PLAYERS; playerId++)
|
||||
{
|
||||
field_400[Player] = 255;
|
||||
field_400[playerId] = 255;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user