allow marcher.bsp to work (initially, anyway)

This commit is contained in:
Bill Currie 2007-05-23 10:45:33 +00:00 committed by Jeff Teunissen
parent 253795ca7f
commit 6884f97694

View file

@ -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;