white space

This commit is contained in:
Bill Currie 2001-08-07 17:27:28 +00:00
parent b341529fce
commit c64c31b2e9

View file

@ -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) {