Enable label tooltip support from action wml.

This commit is contained in:
Fabian Müller 2014-12-13 07:27:07 +01:00
parent 0142dabe87
commit dd398db132

View file

@ -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)