Correct a comment.

This commit is contained in:
Bill Currie 2012-05-15 20:24:02 +09:00
parent 31772afd13
commit 9984925fe8

View file

@ -470,7 +470,7 @@ R_LightPoint (const vec3_t p)
int r;
if (!r_worldentity.model->lightdata) {
// allow dlights to have some effect, so do go /quite/ fullbright
// allow dlights to have some effect, so don't go /quite/ fullbright
ambientcolor[2] = ambientcolor[1] = ambientcolor[0] = 200;
return 200;
}