Road stops: Add bit for whether stop is being drawn in the build window
This commit is contained in:
@@ -164,6 +164,8 @@ uint32 RoadStopScopeResolver::GetVariable(uint16 variable, uint32 parameter, Get
|
||||
RoadCachedOneWayState rcows = GetRoadCachedOneWayState(this->tile);
|
||||
if (rcows <= RCOWS_NO_ACCESS) result |= (rcows << 2);
|
||||
}
|
||||
} else {
|
||||
SetBit(result, 4);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user