summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-18 10:39:52 +0000
committerrubidium <rubidium@openttd.org>2009-07-18 10:39:52 +0000
commit2b374824dcd55fef5cf6afe727f1ab914b19a1d2 (patch)
tree61c9e78a765c3288870adc8d800df233373180c3 /src/waypoint.cpp
parent861a2163f615fef311ea0ee6c7c4abeb1e2e65c0 (diff)
downloadopenttd-2b374824dcd55fef5cf6afe727f1ab914b19a1d2.tar.xz
(svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r--src/waypoint.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp
index d8605400a..9e8e7da13 100644
--- a/src/waypoint.cpp
+++ b/src/waypoint.cpp
@@ -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);
}