diff --git a/projects/mtg/src/CardPrimitive.cpp b/projects/mtg/src/CardPrimitive.cpp index b5794925b..44e555ac1 100644 --- a/projects/mtg/src/CardPrimitive.cpp +++ b/projects/mtg/src/CardPrimitive.cpp @@ -63,7 +63,7 @@ const vector& CardPrimitive::formattedText() { if (ftdText.empty()) { - std::string s = _(text); + std::string s = text; std::string::size_type found = s.find_first_of("{}"); while (found!=string::npos) {