summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-02 09:54:49 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-02 09:54:49 +0000
commit6a4d8fdd33de84ef691caa29ea77c21ff2b8d6c4 (patch)
treecade1f6a922cf31544c6a8ab37bae8a09b9dc5e0 /newgrf.h
parent0d5b0eb4f7cba920fef7713c61bbcb08e4d817ee (diff)
downloadopenttd-6a4d8fdd33de84ef691caa29ea77c21ff2b8d6c4.tar.xz
(svn r7325) -Feature: Add support for action 5 type 0x0D, coast sprites.
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 b4eee1b9f..385e5c7b6 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -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);