From f56e630e5cb839b307f04bf52465c4db4d1ad904 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Sep 2008 20:39:50 +0000 Subject: (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. --- src/subsidy_gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/subsidy_gui.cpp') diff --git a/src/subsidy_gui.cpp b/src/subsidy_gui.cpp index 96008db84..53fe13647 100644 --- a/src/subsidy_gui.cpp +++ b/src/subsidy_gui.cpp @@ -153,8 +153,7 @@ struct SubsidyListWindow : Window { SetupSubsidyDecodeParam(s, 1); - PlayerID player = GetStation(s->to)->owner; - SetDParam(3, player); + SetDParam(3, GetStation(s->to)->owner); /* Displays the two connected stations */ xt = DrawStringTruncated(x + 2, y, STR_202C_FROM_TO, TC_FROMSTRING, width - 2); -- cgit v1.2.3-70-g09d2