From 7df3a94d8f325a30e56ff962454b9ddc4e347da1 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 15 Apr 2007 16:20:35 +0000 Subject: (svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader. --- src/graph_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph_gui.cpp') diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index ff714c10a..56696b371 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -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, -- cgit v1.2.3-54-g00ecf