Skip to content

Commit

Permalink
. -> ->
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Oct 18, 2024
1 parent 33b01ae commit fd4dc02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/veh_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@ void vpart_info::check() const
id.c_str() );
}
}
if( transform_terrain_info && !( transform_terrain_info.post_terrain ||
transform_terrain_info.post_furniture ||
transform_terrain_info.post_field ) ) {
if( !!transform_terrain_info && !( transform_terrain_info->post_terrain ||
transform_terrain_info->post_furniture ||
transform_terrain_info->post_field ) ) {
debugmsg( "transform_terrain_info must contain at least one of post_terrain, post_furniture and post_field for vehicle part %s",
id.c_str() );
}
Expand Down

0 comments on commit fd4dc02

Please sign in to comment.