mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Code refactor following C++ standard and condition fixes
This commit is contained in:
@@ -94,7 +94,9 @@ std::string MacroString::build(const GetValue & getValue) const
|
||||
CBonusType::CBonusType()
|
||||
{
|
||||
hidden = true;
|
||||
icon = nameTemplate = descriptionTemplate = "";
|
||||
icon.clear();
|
||||
nameTemplate.clear();
|
||||
descriptionTemplate.clear();
|
||||
}
|
||||
|
||||
CBonusType::~CBonusType()
|
||||
|
||||
Reference in New Issue
Block a user