summaryrefslogtreecommitdiff
path: root/noncore/games/solitaire/cardpile.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/solitaire/cardpile.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/solitaire/cardpile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/solitaire/cardpile.cpp b/noncore/games/solitaire/cardpile.cpp
index 3b15e93..aace2e2 100644
--- a/noncore/games/solitaire/cardpile.cpp
+++ b/noncore/games/solitaire/cardpile.cpp
@@ -29,3 +29,3 @@
-CardPile::CardPile(int x, int y) : pileX(x), pileY(y), dealing(FALSE) {
+CardPile::CardPile(int x, int y) : pileX(x), pileY(y), dealing(FALSE), PileResize(FALSE) {
pileWidth = 0;
@@ -37,2 +37,3 @@ CardPile::CardPile(int x, int y) : pileX(x), pileY(y), dealing(FALSE) {
pileRadius = (pileWidth > pileHeight) ? pileWidth : pileHeight;
+ pileOffsetDown = 13;
}