diff options
author | smatz <smatz@openttd.org> | 2010-12-24 13:14:11 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-12-24 13:14:11 +0000 |
commit | fffb8f89a4a184f1ea68fb6f3b1c0820f5ab2ec5 (patch) | |
tree | 186a39ac44e3b7882267f27e008b4082ec6c04d6 /src/tilehighlight_type.h | |
parent | 889c8d3022029a222601ae5e3dab032d8e455654 (diff) | |
download | openttd-fffb8f89a4a184f1ea68fb6f3b1c0820f5ab2ec5.tar.xz |
(svn r21617) -Doc: refer to table/autorail.h, not autorail.h
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r-- | src/tilehighlight_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h index 26278968e..e662aa965 100644 --- a/src/tilehighlight_type.h +++ b/src/tilehighlight_type.h @@ -31,7 +31,7 @@ enum HighLightStyle { HT_DRAG_MASK = 0x0F8, ///< masks the drag-type /* lower bits (used with HT_LINE and HT_RAIL): - * (see ASCII art in autorail.h for a visual interpretation) */ + * (see ASCII art in table/autorail.h for a visual interpretation) */ HT_DIR_X = 0, ///< X direction HT_DIR_Y = 1, ///< Y direction HT_DIR_HU = 2, ///< horizontal upper |