Fix PBS rail type handling with incorrect GRF rail type compatibility
This commit is contained in:
@@ -194,6 +194,9 @@ public:
|
||||
/** bitmask to the OTHER railtypes on which an engine of THIS railtype can physically travel */
|
||||
RailTypes compatible_railtypes;
|
||||
|
||||
/** bitmask of all directly or indirectly reachable railtypes in either direction via compatible_railtypes */
|
||||
RailTypes all_compatible_railtypes;
|
||||
|
||||
/**
|
||||
* Bridge offset
|
||||
*/
|
||||
|
Reference in New Issue
Block a user