(svn r6654) - Codechange: If no 2cc vehicles are available, hide the secondary colour choice.

This commit is contained in:
peter1138
2006-10-05 15:07:34 +00:00
parent 1e14976bbf
commit 5e7ae74345
3 changed files with 52 additions and 8 deletions

View File

@@ -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);