Skip to content

Commit

Permalink
Merge pull request #49778 from Night-Pryanik/fix-bordered-assert
Browse files Browse the repository at this point in the history
Force place_special_forced to place special in forced mode
  • Loading branch information
ZhilkinSerg authored Jul 10, 2021
2 parents 4ec79bd + 5636f90 commit 009baee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ void overmap::place_special_forced( const overmap_special_id &special_id, const
om_direction::type dir )
{
static city invalid_city;
place_special( *special_id, p, dir, invalid_city, false, false );
place_special( *special_id, p, dir, invalid_city, false, true );
}

void mongroup::wander( const overmap &om )
Expand Down

0 comments on commit 009baee

Please sign in to comment.