(svn r3803) Change the second parameter of UpdateSignalsOnSegment() from Direction to DiagDirection as that's what it really operates on
This commit is contained in:
@@ -284,7 +284,7 @@ void VehicleInTheWayErrMsg(const Vehicle* v);
|
||||
Vehicle *FindVehicleBetween(TileIndex from, TileIndex to, byte z);
|
||||
TileIndex GetVehicleOutOfTunnelTile(const Vehicle *v);
|
||||
|
||||
bool UpdateSignalsOnSegment(TileIndex tile, Direction direction);
|
||||
bool UpdateSignalsOnSegment(TileIndex tile, DiagDirection direction);
|
||||
void SetSignalsOnBothDir(TileIndex tile, byte track);
|
||||
|
||||
Vehicle *CheckClickOnVehicle(const ViewPort *vp, int x, int y);
|
||||
|
||||
Reference in New Issue
Block a user