summaryrefslogtreecommitdiffstats
path: root/games/mille/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/mille/misc.c')
-rw-r--r--games/mille/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mille/misc.c b/games/mille/misc.c
index 40a1bc9..28e175e 100644
--- a/games/mille/misc.c
+++ b/games/mille/misc.c
@@ -158,7 +158,7 @@ done:
goto extend;
for (miles = 0, i = 0; i < HAND_SZ; i++)
if ((safe = pp->hand[i]) <= C_200)
- miles += Value[safe];
+ miles += Value[safe];
if (miles + (Topcard - Deck) * 3 > 1000)
goto extend;
goto done;
OpenPOWER on IntegriCloud