mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- handled the remaining arrays that got accessed by the status bar.
This commit is contained in:
parent
12b7c73393
commit
c716900a3c
9 changed files with 53 additions and 58 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue