X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FPartyLayout.h;h=d16f2bdd6eb678212b60e1c098cdbdc3b2777f87;hb=8639675fbf1d232ab8188dd283149ab650e10336;hp=df247f348ad1b8110ecae3bcd2bac3528d9e12ff;hpb=3ac8cd5fa819210d36499d908607a82ae82cca0b;p=l2e.git diff --git a/src/battle/PartyLayout.h b/src/battle/PartyLayout.h index df247f3..d16f2bd 100644 --- a/src/battle/PartyLayout.h +++ b/src/battle/PartyLayout.h @@ -28,8 +28,8 @@ public: dest.reserve(positions.size()); for (std::vector >::const_iterator i(positions.begin()), end(positions.end()); i != end; ++i) { dest.push_back(geometry::Point( - i->X() * width / 256, - i->Y() * height / 256 + i->X() * width / 255, + i->Y() * height / 223 )); } }