summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-23 15:57:34 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-23 15:57:34 +0000
commit14b6860e6212d2dec46c135a8d3c04fb3905f596 (patch)
tree4aa716aace4d2a0072eefd09313a747ee28351b3 /newgrf.h
parent4ad0c3cd75eac495268b0e158a2fb38554443029 (diff)
downloadopenttd-14b6860e6212d2dec46c135a8d3c04fb3905f596.tar.xz
(svn r4546) - NewGRF: add support for Action 0x05, type 0x04: replacement signal graphics. Thanks to Purno for supplying data to test
with.
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 904d44419..c4d937461 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -60,6 +60,7 @@ typedef struct GRFConfig {
} GRFConfig;
extern GRFConfig *_first_grfconfig;
+extern SpriteID _signal_base;
void LoadNewGRF(uint load_index, uint file_index);