summaryrefslogtreecommitdiff
path: root/src/tunnelbridge.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-01 19:14:12 +0000
committerrubidium <rubidium@openttd.org>2011-05-01 19:14:12 +0000
commit1a515e6344028854c855671c19f49d8f869eb18f (patch)
treee1bba97c1a8fd80f564729cc2d5fc2049110cb2a /src/tunnelbridge.h
parentb27dd1dcd7375dae63724879eb0f56dd703e5312 (diff)
downloadopenttd-1a515e6344028854c855671c19f49d8f869eb18f.tar.xz
(svn r22405) -Document: some more "random-ish" tidbits
Diffstat (limited to 'src/tunnelbridge.h')
-rw-r--r--src/tunnelbridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tunnelbridge.h b/src/tunnelbridge.h
index 5bc417d47..ab8891f62 100644
--- a/src/tunnelbridge.h
+++ b/src/tunnelbridge.h
@@ -16,6 +16,8 @@
/**
* Calculates the length of a tunnel or a bridge (without end tiles)
+ * @param begin The begin of the tunnel or bridge.
+ * @param end The end of the tunnel or bridge.
* @return length of bridge/tunnel middle
*/
static inline uint GetTunnelBridgeLength(TileIndex begin, TileIndex end)