mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
silence warning
This commit is contained in:
parent
681e2cd8a0
commit
535dc29646
1 changed files with 1 additions and 1 deletions
|
@ -1982,7 +1982,7 @@ static void
|
|||
nextTurn( ServerCtxt* server, XP_S16 nxtTurn )
|
||||
{
|
||||
XP_U16 nPlayers = server->vol.gi->nPlayers;
|
||||
XP_U16 playerTilesLeft;
|
||||
XP_U16 playerTilesLeft = 0;
|
||||
XP_S16 currentTurn = server->nv.currentTurn;
|
||||
XP_Bool moreToDo = XP_FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue