Changeset - r10447:285c18f24811
[Not reviewed]
master
0 1 0
frosch - 16 years ago 2008-12-20 11:51:52
frosch@openttd.org
(svn r14702) -Documentation: Add a note about the meaning and validity of Vehicle::dest_tile.
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/vehicle_base.h
Show inline comments
 
@@ -217,7 +217,13 @@ public:
 
	char *name;              ///< Name of vehicle
 

	
 
	TileIndex tile;          ///< Current tile index
 
	TileIndex dest_tile;     ///< Heading for this tile
 

	
 
	/**
 
	 * Heading for this tile.
 
	 * For airports and train stations this tile does not necessarily belong to the destination station,
 
	 * but it can be used for heuristical purposes to estimate the distance.
 
	 */
 
	TileIndex dest_tile;
 

	
 
	Money profit_this_year;        ///< Profit this year << 8, low 8 bits are fract
 
	Money profit_last_year;        ///< Profit last year << 8, low 8 bits are fract
0 comments (0 inline, 0 general)