summaryrefslogtreecommitdiff
path: root/src/tunnelbridge_map.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-02-04 15:26:35 +0000
committerfrosch <frosch@openttd.org>2008-02-04 15:26:35 +0000
commit99817bd5f0e7de5a395be05ace31cb7fe246c8bc (patch)
tree2e6d37bd30b09d6ab2a7b28d8b8c20ed64d1fb15 /src/tunnelbridge_map.h
parenta783cb333b0f9992d89d5b5fb79650dc8b1e5d18 (diff)
downloadopenttd-99817bd5f0e7de5a395be05ace31cb7fe246c8bc.tar.xz
(svn r12056) -Fix [FS#1704]: Enable YAPF to start searching inside a wormhole.
Diffstat (limited to 'src/tunnelbridge_map.h')
-rw-r--r--src/tunnelbridge_map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tunnelbridge_map.h b/src/tunnelbridge_map.h
index 47266442f..e5c94a6c0 100644
--- a/src/tunnelbridge_map.h
+++ b/src/tunnelbridge_map.h
@@ -13,7 +13,9 @@
/**
- * Tunnel: Get the direction facing out of the tunnel
+ * Get the direction pointing to the other end.
+ *
+ * Tunnel: Get the direction facing into the tunnel
* Bridge: Get the direction pointing onto the bridge
* @param t The tile to analyze
* @pre IsTileType(t, MP_TUNNELBRIDGE)