summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-04-15 16:20:35 +0000
committerpeter1138 <peter1138@openttd.org>2007-04-15 16:20:35 +0000
commit49eb9b6fad9723f14a4f1652f74310e10efe5681 (patch)
tree5884ce2fe37e3c33edb6f96aff3b276532e6832e /src/graph_gui.cpp
parent24e95eb2cd4da1cf86f5d38c17b9fcbd38557e54 (diff)
downloadopenttd-49eb9b6fad9723f14a4f1652f74310e10efe5681.tar.xz
(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader.
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 1 insertions, 1 deletions
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,