Deleting useless initialization
This commit is contained in:
parent
a84cace7b6
commit
af881f4779
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ namespace gui_to_app {
|
|||
update_in_labels(sheet.get_adresse(), "adresse", addr_labels);
|
||||
update_in_labels(sheet.get_chance(), "chance", luck_labels);
|
||||
|
||||
std::array<char, 10> convert{ '\0' };
|
||||
std::array<char, 10> convert{};
|
||||
convert_to_label(convert, "damage", static_cast<std::int32_t>(sheet.get_damage()), damage_label);
|
||||
convert_to_label(convert, "armor", static_cast<std::int32_t>(sheet.get_armor()), armor_label);
|
||||
convert_to_label(convert, "critic", static_cast<std::int32_t>(sheet.get_critique()), critic_label);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue