1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 16:09:10 +00:00

(svn r26660) -Fix: CargoPacket::SourceStation() returns a StationID.

This commit is contained in:
fonsinchen
2014-06-21 19:52:52 +00:00
parent 9fe08122a7
commit 7096d42bb3

View File

@@ -157,7 +157,7 @@ public:
* Gets the ID of the station where the cargo was loaded for the first time.
* @return StationID.
*/
inline SourceID SourceStation() const
inline StationID SourceStation() const
{
return this->source;
}