(svn r14949) -Cleanup: pointer coding style
This commit is contained in:
@@ -34,7 +34,7 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
|
||||
bool HasStationInUse(StationID station, CompanyID company);
|
||||
|
||||
RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
|
||||
uint GetNumRoadStops(const Station* st, RoadStopType type);
|
||||
uint GetNumRoadStops(const Station *st, RoadStopType type);
|
||||
RoadStop * AllocateRoadStop();
|
||||
|
||||
void ClearSlot(Vehicle *v);
|
||||
|
Reference in New Issue
Block a user