Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-12-05 16:40:34 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-12-05 16:40:34 (GMT)
commit72a543e3104d9ba8ecf0cbce3396fa784b9b0886 (patch)
treeecd634bc03bf5cad13790fad1fa52530d5649b9e /constants.py
parente36e067ab3559cfc06689fc7d273eb606800b3f4 (diff)
using constants
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index 2e456f1..725e7c5 100644
--- a/constants.py
+++ b/constants.py
@@ -22,8 +22,8 @@
SHAPES=3
COLORS=4
NUMBER=3
-SHADES=3
-DECKSIZE = SHAPES*COLORS*NUMBER*SHADES
+FILLS=3
+DECKSIZE = SHAPES*COLORS*NUMBER*FILLS
DEAL=12
EXTRAS=3
SELECTMASK = -1