Plans: Fix adding plan lines in viewport map mode

This commit is contained in:
Jonathan G Rennison
2020-09-29 17:48:15 +01:00
parent 3b47b7b091
commit 38ebad6123
3 changed files with 6 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ enum HighLightStyle {
HT_NEW_POLY = 0xC00, ///< start completly new polyline; implies #HT_POLY
HT_DRAG_MASK = 0x0F8, ///< Mask for the tile drag-type modes.
HT_TUNNEL = 0x1000,///< tunnel highlight hint
HT_MAP = 0x2000,///< Allow in viewport map mode
/* lower bits (used with HT_LINE and HT_RAIL):
* (see ASCII art in table/autorail.h for a visual interpretation) */