mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
white space
This commit is contained in:
parent
b341529fce
commit
c64c31b2e9
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ loc0:
|
|||
if (node->children[0]->contents >= 0) {
|
||||
if (node->children[1]->contents >= 0)
|
||||
R_RecursiveMarkLights (lightorigin, light, bit, node->children[1]);
|
||||
|
||||
node = node->children[0];
|
||||
goto loc0;
|
||||
} else if (node->children[1]->contents >= 0) {
|
||||
|
|
Loading…
Reference in a new issue