Rename player globals
This commit is contained in:
parent
dce78dde62
commit
96bf75b502
46 changed files with 1615 additions and 1615 deletions
|
|
@ -940,7 +940,7 @@ void ToggleLighting()
|
|||
}
|
||||
|
||||
memcpy(dLight, dPreLight, sizeof(dLight));
|
||||
for (const auto &player : plr) {
|
||||
for (const auto &player : Players) {
|
||||
if (player.plractive && player.plrlevel == currlevel) {
|
||||
DoLighting(player.position.tile, player._pLightRad, -1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue