mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 17:31:00 +00:00
- SW: use a dynamic array to track already visited sectors in TraverseBreakableWalls.
This commit is contained in:
parent
cc16c02baa
commit
a79f7a3784
3 changed files with 19 additions and 14 deletions
|
@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include "gamestruct.h"
|
||||
#include "intvec.h"
|
||||
|
||||
TArray<int> GlobalSectorList; //This is a shared list. Every client must leave it in the same state as it was when it started.
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue