From a415b8ecced3e8939d858d5b49acf337b26ef17e Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 14 Nov 2004 16:13:43 +0000 Subject: [PATCH] (svn r601) -newgrf: blaat --- grfspecial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grfspecial.c b/grfspecial.c index 687149a884..0106f44b2d 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++) {