Add white and yellow line types.
This commit is contained in:
parent
0cae653c46
commit
594c1ffa64
2 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,8 @@ inline static void init ()
|
|||
set_area("Reservoir", ReservoirArea);
|
||||
set_area("Reservoir Intermittent", IntReservoirArea);
|
||||
set_area("IntermittentReservoir", IntReservoirArea);
|
||||
set_area("YellowLine", YellowLineArea);
|
||||
set_area("WhiteLine", WhiteLineArea);
|
||||
set_area("Freeway", FreewayArea);
|
||||
set_area("Road", RoadArea);
|
||||
set_area("Railroad", RailroadArea);
|
||||
|
|
|
@ -39,6 +39,8 @@ enum AreaType {
|
|||
SomeSortOfArea = 0,
|
||||
HoleArea, // Leave area completely empty
|
||||
AirportArea,
|
||||
YellowLineArea,
|
||||
WhiteLineArea,
|
||||
FreewayArea,
|
||||
RoadArea,
|
||||
RailroadArea,
|
||||
|
|
Loading…
Add table
Reference in a new issue