diff --git a/projects/mtg/bin/Res/rules/modrules.xml b/projects/mtg/bin/Res/rules/modrules.xml index aceec2056..7ea55bd64 100644 --- a/projects/mtg/bin/Res/rules/modrules.xml +++ b/projects/mtg/bin/Res/rules/modrules.xml @@ -35,7 +35,7 @@ - + diff --git a/projects/mtg/src/CardGui.cpp b/projects/mtg/src/CardGui.cpp index 2eb16235b..ac01f89d7 100644 --- a/projects/mtg/src/CardGui.cpp +++ b/projects/mtg/src/CardGui.cpp @@ -762,7 +762,7 @@ void CardGui::TinyCropRender(MTGCard * card, const Pos& pos, JQuad * quad) unsigned i = 0; unsigned h = neofont ? 14 : 11; for (std::vector::const_iterator it = txt.begin(); it != txt.end(); ++it, ++i) - font->DrawString(it->c_str(), x + (Carditem->mPosX - BigWidth / 2) * pos.actZ, imgBottom + (-BigHeight / 2 + Carditem->mPosY + h * i) * pos.actZ); + font->DrawString(it->c_str(), x + (Carditem->mPosX - BigWidth / 2) * pos.actZ, imgBottom + (Carditem->mPosY + h * i) * pos.actZ); } else if (Carditem->mName == "power") { diff --git a/projects/mtg/src/ModRules.cpp b/projects/mtg/src/ModRules.cpp index da62f6d12..1a603cafd 100644 --- a/projects/mtg/src/ModRules.cpp +++ b/projects/mtg/src/ModRules.cpp @@ -338,7 +338,7 @@ void ModRulesCardGui::parse(TiXmlElement* element) { TiXmlElement* element = node->ToElement(); { - renderbig.push_back(NEW ModRulesRenderCardGuiItem( + rendertinycrop.push_back(NEW ModRulesRenderCardGuiItem( element->Attribute("name"), element->Attribute("posx"), element->Attribute("posy"),