Subject: mille bourne cheats
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Robert Dobbs <banshee@gabriella.resort.com>
List: current-users
Date: 06/15/1994 22:55:47
Standard rules say that you're allowed to move following a coup; ie: the
coup does not count as a move.  This patch to move.c fixes
mille bourne.

60a61
> int   last_hand_coup = FALSE;
157c158,159
<       if (Next)
---
>       /* player played a coup; play again */
>       if (Next && last_hand_coup == FALSE)
158a161,162
>       /* reset coup flag */
>       last_hand_coup = FALSE;
305a310,311
>                       /* Coup allows you to play again. */
>                       last_hand_coup = TRUE;


-john

------------------------------------------------------------------------------