(svn r4546) - NewGRF: add support for Action 0x05, type 0x04: replacement signal graphics. Thanks to Purno for supplying data to test

with.
This commit is contained in:
2006-04-23 15:57:34 +00:00
parent 4ad0c3cd75
commit 14b6860e62
3 changed files with 34 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ typedef struct GRFConfig {
} GRFConfig;
extern GRFConfig *_first_grfconfig;
extern SpriteID _signal_base;
void LoadNewGRF(uint load_index, uint file_index);