author | darkvater |
Sun, 14 Nov 2004 16:13:43 +0000 | |
changeset 404 | 7fc41d0ad34f |
parent 403 | bfb365c74e80 |
child 405 | 6830ae7a0d5d |
grfspecial.c | file | annotate | diff | comparison | revisions |
--- a/grfspecial.c Sun Nov 14 16:11:48 2004 +0000 +++ b/grfspecial.c Sun Nov 14 16:13:43 2004 +0000 @@ -1195,7 +1195,7 @@ 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++) {