On 5/8/07, Joerg Picard <[EMAIL PROTECTED]> wrote:
I don't think the issue with swapping player ratings is resolved yet.
insert this:
   /* swap player ratings */

   pc = mi.pchRating[ 0 ];
   mi.pchRating[ 0 ] = mi.pchRating[ 1 ];
   mi.pchRating[ 1 ] = pc;

This is already in gnubg.c.

Christian.


_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to