Fix tunnel build viewport length tooltip when hover mode is right click

This commit is contained in:
Jonathan G Rennison
2019-03-11 20:01:29 +00:00
parent 2bd33c1869
commit 828a4399f9
3 changed files with 3 additions and 1 deletions

View File

@@ -924,6 +924,7 @@ enum TooltipCloseCondition {
TCC_LEFT_CLICK,
TCC_HOVER,
TCC_HOVER_VIEWPORT,
TCC_NEXT_LOOP,
};
void GuiShowTooltips(Window *parent, StringID str, uint paramcount = 0, const uint64 params[] = NULL, TooltipCloseCondition close_tooltip = TCC_HOVER);