# HG changeset patch # User Darkvater # Date 1115049744 0 # Node ID 21b08bbfba34192acefe938c68db05f46a25eb90 # Parent 628182f1bbd2643809ea47c29b07c06040388f84 (svn r2246) - CodeChange: Station is 'st' not 'station' - random commit of the day diff -r 628182f1bbd2 -r 21b08bbfba34 station.h --- a/station.h Mon May 02 16:01:53 2005 +0000 +++ b/station.h Mon May 02 16:02:24 2005 +0000 @@ -297,9 +297,9 @@ /** * 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