mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
nuke unused variable
This commit is contained in:
parent
e60495ff93
commit
54611df679
1 changed files with 0 additions and 2 deletions
|
@ -1628,7 +1628,6 @@ getPlayerTime( ServerCtxt* server, XWStreamCtxt* stream, XP_U16 turn )
|
|||
static void
|
||||
nextTurn( ServerCtxt* server, XP_S16 nxtTurn )
|
||||
{
|
||||
ServerPlayer* player;
|
||||
XP_U16 nPlayers = server->vol.gi->nPlayers;
|
||||
XP_U16 playerTilesLeft;
|
||||
XP_S16 currentTurn = server->nv.currentTurn;
|
||||
|
@ -1649,7 +1648,6 @@ nextTurn( ServerCtxt* server, XP_S16 nxtTurn )
|
|||
|
||||
if ( (playerTilesLeft > 0) && tileCountsOk(server) && NPASSES_OK(server) ){
|
||||
|
||||
player = &server->players[nxtTurn];
|
||||
setTurn( server, nxtTurn );
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue