(svn r2246) - CodeChange: Station is 'st' not 'station' - random commit of the day

This commit is contained in:
Darkvater 2005-05-02 16:02:24 +00:00
parent 57dbe50597
commit ab0a6f2e73
1 changed files with 2 additions and 2 deletions

View File

@ -297,9 +297,9 @@ static inline bool IsRoadStationTile(uint tile) {
/**
* Check if a station really exists.
*/
static inline bool IsValidStation(const Station* station)
static inline bool IsValidStation(const Station *st)
{
return station->xy != 0; /* XXX: Replace by INVALID_TILE someday */
return st->xy != 0; /* XXX: Replace by INVALID_TILE someday */
}
/* Get's the direction the station exit points towards. Ie, returns 0 for a