[Commit] rrserver games.5c,1.28,1.29

root commit at keithp.com
Wed Jan 7 23:05:41 PST 2004


Committed by: root

Update of /local/src/CVS/rrserver
In directory home.keithp.com:/local/bin/rrserver

Modified Files:
	games.5c 
Log Message:
Make sure some bids happen before switching to SHOW on nobid

Index: games.5c
===================================================================
RCS file: /local/src/CVS/rrserver/games.5c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- games.5c	10 Nov 2003 17:52:15 -0000	1.28
+++ games.5c	8 Jan 2004 07:05:39 -0000	1.29
@@ -584,7 +584,7 @@
 	    if (!c.nobid) {
 		c.nobid = true;
 		game_send (&g, "NOTICE NOBID %s\n", c.user.username);
-		if (all_nobid (&g))
+		if (any_bids (&g) && all_nobid (&g))
 		    set_state (&g, GameState.SHOW);
 	    }
 	}




More information about the Commit mailing list