summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-26 11:08:44 +0000
committertron <tron@openttd.org>2006-03-26 11:08:44 +0000
commit9ad72f2d47f63c3d871b88d210bd1f0b0c986530 (patch)
tree1dae9d24ee9377f598341692acfb1971efa15012 /openttd.h
parentc55d22676924b4e1850b83dc8e18cbd855774a06 (diff)
downloadopenttd-9ad72f2d47f63c3d871b88d210bd1f0b0c986530.tar.xz
(svn r4111) Fix/Remove some stale comments
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/openttd.h b/openttd.h
index 335902340..6c41ee547 100644
--- a/openttd.h
+++ b/openttd.h
@@ -110,11 +110,10 @@ enum InitializeGameModes {
typedef enum TransportTypes {
/* These constants are for now linked to the representation of bridges
- * and tunnels, so they can be used by GetTileTrackStatus_TunnelBridge
- * to compare against the map5 array. In an ideal world, these
- * constants would be used everywhere when accessing tunnels and
- * bridges. For now, you should just not change the values for road
- * and rail.
+ * and tunnels, so they can be used by GetTileTrackStatus_TunnelBridge.
+ * In an ideal world, these constants would be used everywhere when
+ * accessing tunnels and bridges. For now, you should just not change
+ * the values for road and rail.
*/
TRANSPORT_RAIL = 0,
TRANSPORT_ROAD = 1,