road_cmd.c
changeset 2544 50cb52cdeb73
parent 2537 d9c0df52a466
child 2548 97ada3bd2702
equal deleted inserted replaced
2543:a6344040f735 2544:50cb52cdeb73
   877 			if (pbs & TRACK_BIT_RIGHT) DrawGroundSprite(0x3F1 | PALETTE_CRASH);
   877 			if (pbs & TRACK_BIT_RIGHT) DrawGroundSprite(0x3F1 | PALETTE_CRASH);
   878 		}
   878 		}
   879 
   879 
   880 	} else {
   880 	} else {
   881 		uint32 ormod;
   881 		uint32 ormod;
   882 		int player;
   882 		PlayerID player;
   883 		const DrawRoadSeqStruct *drss;
   883 		const DrawRoadSeqStruct *drss;
   884 
   884 
   885 		if (ti->tileh != 0) { DrawFoundation(ti, ti->tileh); }
   885 		if (ti->tileh != 0) { DrawFoundation(ti, ti->tileh); }
   886 
   886 
   887 		ormod = PALETTE_TO_GREY;	//was this a bug/problem?
   887 		ormod = PALETTE_TO_GREY;	//was this a bug/problem?