bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] GNU Backgammon 0.16 stable


From: Christian Anthon
Subject: Re: [Bug-gnubg] GNU Backgammon 0.16 stable
Date: Tue, 8 May 2007 02:28:27 +0200

On 5/8/07, Joerg Picard <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]