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

This commit is contained in:
fonsinchen
2014-06-21 19:52:52 +00:00
parent 5f3bd7ff9b
commit 3f19e19952

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;
}