mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
allow marcher.bsp to work (initially, anyway)
This commit is contained in:
parent
253795ca7f
commit
6884f97694
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ R_RecursiveWorldNode (mnode_t *node)
|
|||
struct {
|
||||
mnode_t *node;
|
||||
int side;
|
||||
} *node_ptr, node_stack[256];
|
||||
} *node_ptr, node_stack[1024];
|
||||
mnode_t *front;
|
||||
int side;
|
||||
|
||||
|
|
Loading…
Reference in a new issue