diff --git a/src/map.cpp b/src/map.cpp index 97a20b51092ab..66c9808831a4e 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -498,6 +498,7 @@ void map::add_vehicle_to_cache( vehicle *veh ) ch.set_veh_cached_parts( p.raw(), *veh, static_cast( vpr.part_index() ) ); if( inbounds( p ) ) { ch.set_veh_exists_at( p.raw(), true ); + set_transparency_cache_dirty( p ); } } }