From 171dbb78311806507e22b92dd5a675447507d2f6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 12 Feb 2010 21:43:58 +0000 Subject: (svn r19111) -Fix (r19070): the station view didn't show acceptance anymore --- src/station_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 6c7efcc08..e1e593c35 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -39,7 +39,7 @@ * @param prefix String to use as prefix for the list of cargos. * @return Bottom position of the last line used for drawing the cargos. */ -int DrawCargoListText(uint32 cargo_mask, const Rect &r, StringID prefix) +static int DrawCargoListText(uint32 cargo_mask, const Rect &r, StringID prefix) { bool first = true; char string[512]; -- cgit v1.2.3-54-g00ecf