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

pull/155/head
fonsinchen 10 years ago
parent 5f3bd7ff9b
commit 3f19e19952

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

Loading…
Cancel
Save