summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-18 10:01:31 +0000
committerrubidium <rubidium@openttd.org>2009-07-18 10:01:31 +0000
commit861a2163f615fef311ea0ee6c7c4abeb1e2e65c0 (patch)
tree278567959796487fd7e6cb1c17aba1182778eba7 /src/station_type.h
parent8c17c6cb2bba037e0e7cbe5f97bc2e025bed9a6f (diff)
downloadopenttd-861a2163f615fef311ea0ee6c7c4abeb1e2e65c0.tar.xz
(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing stations
Diffstat (limited to 'src/station_type.h')
-rw-r--r--src/station_type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/station_type.h b/src/station_type.h
index feb5ad42c..6a65c30d7 100644
--- a/src/station_type.h
+++ b/src/station_type.h
@@ -26,7 +26,8 @@ enum StationType {
STATION_BUS,
STATION_OILRIG,
STATION_DOCK,
- STATION_BUOY
+ STATION_BUOY,
+ STATION_WAYPOINT,
};
/** Types of RoadStops */