From 7da743a0dc8d9e5098da2464d405a0ed93803c17 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 4 Feb 2009 16:45:07 +0000 Subject: (svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company. --- src/rail_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail_gui.cpp') diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index 86cc5f298..309af58fc 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -833,7 +833,7 @@ void ShowBuildRailToolbar(RailType railtype, int button) { BuildRailToolbarWindow *w; - if (!IsValidCompanyID(_current_company)) return; + if (!IsValidCompanyID(_local_company)) return; if (!ValParamRailtype(railtype)) return; // don't recreate the window if we're clicking on a button and the window exists. -- cgit v1.2.3-70-g09d2