Changeset - r21541:577487d84af2
[Not reviewed]
master
0 1 0
fonsinchen - 10 years ago 2014-06-21 19:52:52
fonsinchen@openttd.org
(svn r26660) -Fix: CargoPacket::SourceStation() returns a StationID.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/cargopacket.h
Show inline comments
 
@@ -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;
 
	}
0 comments (0 inline, 0 general)