(svn r7325) -Feature: Add support for action 5 type 0x0D, coast sprites.

This commit is contained in:
peter1138
2006-12-02 09:54:49 +00:00
parent 4fefb1f03c
commit 71642d464b
3 changed files with 17 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ typedef struct GRFConfig {
extern GRFConfig *_first_grfconfig;
extern SpriteID _signal_base;
extern SpriteID _coast_base;
extern bool _have_2cc;
void LoadNewGRF(uint load_index, uint file_index);