newgrf.c
changeset 4817 413372173231
parent 4742 d5a2d3da5002
child 4818 1625f49f708d
--- a/newgrf.c	Wed Oct 11 22:04:46 2006 +0000
+++ b/newgrf.c	Wed Oct 11 22:05:59 2006 +0000
@@ -1812,7 +1812,6 @@
 				StationSpec *statspec = _cur_grffile->stations[stid];
 
 				statspec->spritegroup[GC_DEFAULT] = _cur_grffile->spritegroups[groupid];
-				statspec->groundgroup = _cur_grffile->spritegroups[0];
 				statspec->grfid = _cur_grffile->grfid;
 				statspec->localidx = stid;
 				SetCustomStationSpec(statspec);