summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-27 18:17:01 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-27 18:17:01 +0000
commit653e7fa54843b4427908b47d2e7da8ee48071a18 (patch)
tree89f67db5c4825d95a0c5687363b43db1311ffae7 /newgrf.h
parent3ded010d91a755f3f719d5bfe91cda6d161ef2d0 (diff)
downloadopenttd-653e7fa54843b4427908b47d2e7da8ee48071a18.tar.xz
(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Diffstat (limited to 'newgrf.h')
-rw-r--r--newgrf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newgrf.h b/newgrf.h
index 5618fbdae..2d91fc5cc 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -39,6 +39,8 @@ typedef struct GRFFile {
int spritegroups_count;
struct SpriteGroup **spritegroups;
+ uint sound_offset;
+
StationSpec **stations;
uint32 param[0x80];