fix light stealing (#2992)

This commit is contained in:
qndel 2021-09-30 15:16:41 +02:00 committed by GitHub
commit 873e426952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1546,7 +1546,6 @@ DWORD OnPlayerJoinLevel(TCmd *pCmd, int pnum)
}
player._pvid = AddVision(player.position.tile, player._pLightRad, pnum == MyPlayerId);
player._plid = NO_LIGHT;
}
}