mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
typo fix
This commit is contained in:
parent
6376ebb253
commit
e5582a9f2d
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ LeafFlow (int leafnum)
|
|||
{
|
||||
byte *dest, *outbuffer;
|
||||
byte compressed[MAX_MAP_LEAFS / 8];
|
||||
int numbvis, i, j;
|
||||
int numvis, i, j;
|
||||
leaf_t *leaf;
|
||||
portal_t *portal;
|
||||
|
||||
|
|
Loading…
Reference in a new issue