(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing

This commit is contained in:
rubidium
2009-07-18 10:39:52 +00:00
parent a78751ee9a
commit fec1178abb
3 changed files with 7 additions and 10 deletions

View File

@@ -39,9 +39,6 @@ void WaypointsDailyLoop()
*/
void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype)
{
x += 33;
y += 17;
if (!DrawStationTile(x, y, railtype, AXIS_X, STAT_CLASS_WAYP, stat_id)) {
StationPickerDrawSprite(x, y, STATION_WAYPOINT, railtype, INVALID_ROADTYPE, AXIS_X);
}