fix a typo (why hasn't it surfaced before?)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@22 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer 2008-09-15 08:42:11 +00:00
parent 1832b7e473
commit bd60cad453

View File

@ -1759,7 +1759,7 @@ void LightWorld( void )
/* flag bouncing */
bouncing = qtrue;
VectorClear( ambientColor );
floodlighty = false;
floodlighty = qfalse;
/* generate diffuse lights */
RadFreeLights();