wokste / SilverStreetSimulator

MIT License
0 stars 0 forks source link

Buildings can be placed within each other #1

Open wokste opened 7 years ago

wokste commented 7 years ago

Cause: When a building is larger than 1x1 it is only placed on the top-left tile.

This means that CityMap.IsFreeArea does not check for the building in certain circumstances.

wokste commented 7 years ago

As a temporary fix I now restrict building definitions to be 1x1.