Loading

Paste #ps1z4ivqt

  1.             /* If it's a road turn possibly build a house in a corner.
  2.              * Use intersection with straight road as an indicator
  3.              * that we randomed corner house position.
  4.              * A turn (and we check for that later) always has only
  5.              * one common bit with a straight road so it has the same
  6.              * chance to be chosen as the house on the side of a road.
  7.              */

Comments