(svn r7444) -Codechange: Use one (global) cargo-colours array for drawing cargo-colours. Change Food

colour to pink everywhere (fixes FS#303)
This commit is contained in:
Darkvater
2006-12-09 00:37:02 +00:00
parent a5cd252952
commit 2f3c5a05bb
3 changed files with 7 additions and 8 deletions

1
gui.h
View File

@@ -20,6 +20,7 @@ void ShowPatchesSelection(void);
void DrawArrowButtons(int x, int y, int ctab, byte state, bool clickable_left, bool clickable_right);
/* graph_gui.c */
extern const byte _cargo_colours[NUM_CARGO];
void ShowOperatingProfitGraph(void);
void ShowIncomeGraph(void);
void ShowDeliveredCargoGraph(void);