diff options
author | darkvater <darkvater@openttd.org> | 2004-11-14 16:13:43 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2004-11-14 16:13:43 +0000 |
commit | a415b8ecced3e8939d858d5b49acf337b26ef17e (patch) | |
tree | 828f3d0c76d566fb674fb935ba84fd77e08f8e35 | |
parent | 5fcd71cf288b382fabf75d878c48711a4710df39 (diff) | |
download | openttd-a415b8ecced3e8939d858d5b49acf337b26ef17e.tar.xz |
(svn r601) -newgrf: blaat
-rw-r--r-- | grfspecial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grfspecial.c b/grfspecial.c index 687149a88..0106f44b2 100644 --- a/grfspecial.c +++ b/grfspecial.c @@ -1195,7 +1195,7 @@ static void NewVehicle_SpriteGroupMapping(byte *buf, int len) for (i = 0; i < idcount; i++) { uint8 stid = buf[3 + i]; - StationSpec *stat = &_cur_grffile->stations[stid]; + struct StationSpec *stat = &_cur_grffile->stations[stid]; byte *bp = &buf[4 + idcount]; for (c = 0; c < cidcount; c++) { |