Changeset - r18649:db147bdf34b6
[Not reviewed]
master
0 1 0
michi_cc - 12 years ago 2011-12-13 00:54:13
michi_cc@openttd.org
(svn r23507) -Fix (r23505): Comment typo.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/order_base.h
Show inline comments
 
@@ -81,7 +81,7 @@ public:
 

	
 
	/**
 
	 * Is this a 'goto' order with a real destination?
 
	 * @return True if the type sis either #OT_GOTO_WAYPOINT, #OT_GOTO_DEPOT or #OT_GOTO_STATION.
 
	 * @return True if the type is either #OT_GOTO_WAYPOINT, #OT_GOTO_DEPOT or #OT_GOTO_STATION.
 
	 */
 
	inline bool IsGotoOrder() const
 
	{
0 comments (0 inline, 0 general)