diff --git a/tools/quake3/q3map2/light.c b/tools/quake3/q3map2/light.c index 29472a19..8995e9fe 100644 --- a/tools/quake3/q3map2/light.c +++ b/tools/quake3/q3map2/light.c @@ -1750,6 +1750,7 @@ void LightWorld( void ) { /* store off the bsp between bounces */ StoreSurfaceLightmaps(); + UnparseEntities(); Sys_Printf( "Writing %s\n", source ); WriteBSPFile( source );