diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-08-05 21:57:42 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-08-05 21:57:42 +0000 |
commit | 0cfe858a0432bd0a5d73998be94f11b5b9887908 (patch) | |
tree | 025aba3e8fba6217c898a0079b3a3c3dbddbd198 | |
parent | 21fea97957493871bd9b1b323b4ea971233ea25f (diff) |
Remove a little redundant and slightly wrong code
-rw-r--r-- | games/mille/move.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/mille/move.c b/games/mille/move.c index 3d3599ce5ad..a77d462e2c3 100644 --- a/games/mille/move.c +++ b/games/mille/move.c @@ -1,4 +1,4 @@ -/* $OpenBSD: move.c,v 1.7 1999/11/25 11:07:53 pjanzen Exp $ */ +/* $OpenBSD: move.c,v 1.8 2000/08/05 21:57:41 pjanzen Exp $ */ /* $NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: move.c,v 1.7 1999/11/25 11:07:53 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: move.c,v 1.8 2000/08/05 21:57:41 pjanzen Exp $"; #endif #endif /* not lint */ @@ -297,10 +297,6 @@ protected: pp->total += SC_COUP; pp->hand_tot += SC_COUP; pp->coupscore += SC_COUP; - pp->battle = C_GO; - pp->can_go = TRUE; - if (card == C_RIGHT_WAY && pp->speed == C_LIMIT) - pp->speed = C_INIT; } /* * if not coup, must pick first |