Comment typo fix.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-02-02 20:47:31 +00:00
parent d6c8b85103
commit 175f24020d

View file

@ -372,7 +372,7 @@ RecursiveLightPoint (mnode_t *node, vec3_t start, vec3_t end)
return r; // hit something
if ((back < 0) == side)
return -1; // didn't hit anuthing
return -1; // didn't hit anything
// check for impact on this node
VectorCopy (mid, lightspot);