qbsp: add comment

This commit is contained in:
Eric Wasylishen 2017-07-09 00:04:47 -06:00
parent e848d00f92
commit d63aa409cc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
typedef struct portal_s { typedef struct portal_s {
int planenum; int planenum;
node_t *nodes[2]; // [0] = front side of planenum node_t *nodes[2]; // [0] = front side of planenum
struct portal_s *next[2]; struct portal_s *next[2]; // [0] = next portal in nodes[0]'s list of portals
winding_t *winding; winding_t *winding;
} portal_t; } portal_t;