mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-05 20:09:38 +01:00
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
This commit is contained in:
parent
0d9a51de6d
commit
5d3f058b65
@ -69,7 +69,7 @@ static inline Waypoint *GetWaypointByTile(TileIndex tile)
|
|||||||
CommandCost RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove);
|
CommandCost RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove);
|
||||||
Station *ComposeWaypointStation(TileIndex tile);
|
Station *ComposeWaypointStation(TileIndex tile);
|
||||||
void ShowRenameWaypointWindow(const Waypoint *cp);
|
void ShowRenameWaypointWindow(const Waypoint *cp);
|
||||||
void DrawWaypointSprite(int x, int y, int image, RailType railtype);
|
void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype);
|
||||||
void FixOldWaypoints();
|
void FixOldWaypoints();
|
||||||
void UpdateAllWaypointSigns();
|
void UpdateAllWaypointSigns();
|
||||||
void AfterLoadWaypoints();
|
void AfterLoadWaypoints();
|
||||||
|
Loading…
Reference in New Issue
Block a user