Allow specifying any palette ID for tile highlight recolouring

This commit is contained in:
Jonathan G Rennison
2023-05-06 13:11:42 +01:00
parent 65cc6623dd
commit c4571e86c8
2 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ struct TileHighlightData {
WindowClass window_class; ///< The \c WindowClass of the window that is responsible for the selection mode.
WindowNumber window_number; ///< The \c WindowNumber of the window that is responsible for the selection mode.
bool make_square_red; ///< Whether to give a tile a red selection.
PaletteID square_palette; ///< Whether to give a tile a recoloured selection.
TileIndex redsq; ///< The tile that has to get a red selection.
ViewportPlaceMethod select_method; ///< The method which governs how tiles are selected.