mirror of https://github.com/OpenTTD/OpenTTD
(svn r26660) -Fix: CargoPacket::SourceStation() returns a StationID.
parent
9fe08122a7
commit
7096d42bb3
|
@ -157,7 +157,7 @@ public:
|
||||||
* Gets the ID of the station where the cargo was loaded for the first time.
|
* Gets the ID of the station where the cargo was loaded for the first time.
|
||||||
* @return StationID.
|
* @return StationID.
|
||||||
*/
|
*/
|
||||||
inline SourceID SourceStation() const
|
inline StationID SourceStation() const
|
||||||
{
|
{
|
||||||
return this->source;
|
return this->source;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue