author | darkvater |
Sun, 14 Nov 2004 16:13:43 +0000 | |
changeset 404 | 2ac785874b33 |
parent 403 | dc7aef17c13e |
child 405 | 415546028e8d |
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++) {