Enable label tooltip support from action wml.
This commit is contained in:
parent
0142dabe87
commit
dd398db132
1 changed files with 2 additions and 2 deletions
|
@ -957,8 +957,8 @@ WML_HANDLER_FUNCTION(label, /*event_info*/, cfg)
|
|||
|
||||
terrain_label label(screen.labels(), cfg.get_config());
|
||||
|
||||
screen.labels().set_label(label.location(), label.text(),
|
||||
label.team_name(), label.color(), label.visible_in_fog(), label.visible_in_shroud(), label.immutable());
|
||||
screen.labels().set_label(label.location(), label.text(), label.team_name(), label.color(),
|
||||
label.visible_in_fog(), label.visible_in_shroud(), label.immutable(), label.tooltip());
|
||||
}
|
||||
|
||||
WML_HANDLER_FUNCTION(lift_fog, /*event_info*/, cfg)
|
||||
|
|
Loading…
Add table
Reference in a new issue