summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-05 15:07:34 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-05 15:07:34 +0000
commit5e7ae74345b0bb019fdc872904f3c2a26b3ec0c3 (patch)
tree419846e310a6d94a77247408efacb0066870ba6c /newgrf.h
parent1e14976bbf5e4a4a4456059545bb79fbe781d6af (diff)
downloadopenttd-5e7ae74345b0bb019fdc872904f3c2a26b3ec0c3.tar.xz
(svn r6654) - Codechange: If no 2cc vehicles are available, hide the secondary colour choice.
Diffstat (limited to 'newgrf.h')
-rw-r--r--newgrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf.h b/newgrf.h
index 2d91fc5cc..b4eee1b9f 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -61,6 +61,7 @@ typedef struct GRFConfig {
extern GRFConfig *_first_grfconfig;
extern SpriteID _signal_base;
+extern bool _have_2cc;
void LoadNewGRF(uint load_index, uint file_index);