(svn r4111) Fix/Remove some stale comments

This commit is contained in:
tron
2006-03-26 11:08:44 +00:00
parent c55d226769
commit 9ad72f2d47
6 changed files with 11 additions and 21 deletions

View File

@@ -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,