Add road/tram type properties to set road vehicle collision mode

This commit is contained in:
Jonathan G Rennison
2023-02-19 14:29:52 +00:00
parent 39d38ecf19
commit 3497d0dcdb
11 changed files with 108 additions and 4 deletions

View File

@@ -66,6 +66,9 @@ static const RoadTypeInfo _original_roadtypes[] = {
/* extra flags */
RXTFB_NONE,
/* collision mode */
RTCM_NORMAL,
/* cost multiplier */
8,
@@ -149,6 +152,9 @@ static const RoadTypeInfo _original_roadtypes[] = {
/* extra flags */
RXTFB_NONE,
/* collision mode */
RTCM_NORMAL,
/* cost multiplier */
16,