diff --git a/soh/soh/Enhancements/randomizer/3drando/hints.hpp b/soh/soh/Enhancements/randomizer/3drando/hints.hpp index 74c3b784a..9517cb2d2 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hints.hpp +++ b/soh/soh/Enhancements/randomizer/3drando/hints.hpp @@ -33,7 +33,7 @@ struct HintSetting { class HintText { public: HintText() = default; - explicit HintText(CustomMessage clearText_, std::vector ambiguousText_ = {}, + HintText(CustomMessage clearText_, std::vector ambiguousText_ = {}, std::vector obscureText_ = {}, CustomMessage name_ = { "" }); const CustomMessage& GetName() const; const CustomMessage& GetClear() const;