Can't give a town its independence

Jim Kingdon kingdon@panix.com
Sat Apr 29 06:45:00 GMT 2000


> So anyway, changing side_number probably masks the real problem, and
> we should look at the callers more closely.

OK, how about this (it also solves the problem):

Index: tcltk/tkmain.c
===================================================================
RCS file: /cvs/xconq/xconq/tcltk/tkmain.c,v
retrieving revision 1.63
diff -u -r1.63 tkmain.c
--- tkmain.c	2000/04/28 15:16:48	1.63
+++ tkmain.c	2000/04/29 13:30:34
@@ -4045,6 +4045,7 @@
 	if (empty_string(map->answer)
 	    || strcmp(map->answer, "nobody") == 0) {
 	    eval_tcl_cmd("ask_side_done %d", map->number);
+	    *side2p = indepside;
 	    return TRUE;
 	}
 	if (isdigit(*(map->answer))) {



More information about the Xconq7 mailing list