(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user