Changeset - r10867:28a9442794bb
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2009-01-22 00:08:15
rubidium@openttd.org
(svn r15202) -Fix (r14827): only make quick goto active for your own company
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/order_gui.cpp
Show inline comments
 
@@ -636,7 +636,7 @@ public:
 
		this->selected_order = -1;
 
		this->vehicle = v;
 

	
 
		if (_settings_client.gui.quick_goto) {
 
		if (_settings_client.gui.quick_goto && v->owner == _local_company) {
 
			/* If there are less than 2 station, make Go To active. */
 
			int station_orders = 0;
 
			const Order *order;
0 comments (0 inline, 0 general)