Changeset - r404:94d1c8b24160
[Not reviewed]
master
0 1 0
darkvater - 20 years ago 2004-11-14 16:13:43
darkvater@openttd.org
(svn r601) -newgrf: blaat
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
grfspecial.c
Show inline comments
 
@@ -1195,7 +1195,7 @@ static void NewVehicle_SpriteGroupMappin
 

	
 
		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++) {
0 comments (0 inline, 0 general)