(svn r19111) -Fix (r19070): the station view didn't show acceptance anymore

This commit is contained in:
rubidium
2010-02-12 21:43:58 +00:00
parent c70c16c64e
commit 171dbb7831
53 changed files with 54 additions and 55 deletions

View File

@@ -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];