1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader.

This commit is contained in:
2007-04-15 16:20:35 +00:00
parent 24e95eb2cd
commit 49eb9b6fad
6 changed files with 10 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ static uint _legend_excluded_cargo;
/************************/
enum {
GRAPH_MAX_DATASETS = 16,
GRAPH_MAX_DATASETS = 32,
GRAPH_AXIS_LABEL_COLOUR = 16,
GRAPH_AXIS_LINE_COLOUR = 215,