From 914639b0d4065926ceadd4bf0786523f5c01aebe Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Wed, 18 May 2011 00:21:14 +0000 Subject: [PATCH] IOQ3 commit 1933 --- reaction/code/renderer/tr_world.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reaction/code/renderer/tr_world.c b/reaction/code/renderer/tr_world.c index f6fb0436..443718c9 100644 --- a/reaction/code/renderer/tr_world.c +++ b/reaction/code/renderer/tr_world.c @@ -231,6 +231,7 @@ void R_AddBrushModelSurfaces ( trRefEntity_t *ent ) { return; } + R_SetupEntityLighting( &tr.refdef, ent ); R_DlightBmodel( bmodel ); for ( i = 0 ; i < bmodel->numSurfaces ; i++ ) {