Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site gloria.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!rochester!rocksanne!sunybcs!gloria!colonel From: colonel@gloria.UUCP (Col. G. L. Sicherman) Newsgroups: net.bugs.4bsd Subject: another problem with "mille" Message-ID: <941@gloria.UUCP> Date: Sat, 20-Jul-85 10:57:42 EDT Article-I.D.: gloria.941 Posted: Sat Jul 20 10:57:42 1985 Date-Received: Mon, 22-Jul-85 04:17:04 EDT References: <2445@sun.uucp> Distribution: net Organization: Jack of Clubs Precision Instruments Co. Lines: 28 ["So much for a house style!"] Another bug is that mille(6) lets you discard safeties. We fixed this one long ago: [in move.c] case M_DISCARD: if (haspicked(pp)) { if (pp->hand[Card_no] == C_INIT) ... else { Discard = pp->hand[Card_no]; if (issafety(Discard)) { error("not that one!"); break; } pp->hand[Card_no] = C_INIT; Next = TRUE; if (Play == PLAYER) account(Discard); } } else ... -- Col. G. L. Sicherman UU: ...{rocksvax|decvax}!sunybcs!colonel CS: colonel@buffalo-cs BI: csdsicher@sunyabva