1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 09:39:10 +00:00

(svn r21617) -Doc: refer to table/autorail.h, not autorail.h

This commit is contained in:
smatz
2010-12-24 13:14:11 +00:00
parent 889c8d3022
commit fffb8f89a4

@@ -31,7 +31,7 @@ enum HighLightStyle {
HT_DRAG_MASK = 0x0F8, ///< masks the drag-type HT_DRAG_MASK = 0x0F8, ///< masks the drag-type
/* lower bits (used with HT_LINE and HT_RAIL): /* 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_X = 0, ///< X direction
HT_DIR_Y = 1, ///< Y direction HT_DIR_Y = 1, ///< Y direction
HT_DIR_HU = 2, ///< horizontal upper HT_DIR_HU = 2, ///< horizontal upper