(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
1 changed files with 1 additions and 1 deletions

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