diff --git a/projects/mtg/src/GuiPlay.cpp b/projects/mtg/src/GuiPlay.cpp index 191a5f6ee..ee56b650d 100644 --- a/projects/mtg/src/GuiPlay.cpp +++ b/projects/mtg/src/GuiPlay.cpp @@ -68,7 +68,7 @@ void GuiPlay::HorzStack::Enstack(CardView* card) void GuiPlay::VertStack::Enstack(CardView* card) { - if (0 == count % 3) + if (0 == count % 5) { x += CARD_WIDTH; y = 0;