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