- handled the remaining arrays that got accessed by the status bar.

This commit is contained in:
Christoph Oelckers 2021-05-13 19:15:53 +02:00
parent 12b7c73393
commit c716900a3c
9 changed files with 53 additions and 58 deletions

View file

@ -40,7 +40,7 @@ void GrabMap()
void UpdateMap()
{
if (sector[initsect].ceilingpal != 3 || (nPlayerTorch[nLocalPlayer] != 0)) {
if (sector[initsect].ceilingpal != 3 || (PlayerList[nLocalPlayer].nTorch != 0)) {
MarkSectorSeen(initsect);
}
}