mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
add parens for clarity
This commit is contained in:
parent
899c67f3fe
commit
85da3d2082
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ newg_load( NewGameCtx* ngc, const CurGameInfo* gi )
|
|||
}
|
||||
|
||||
ngc->role = role = gi->serverRole;
|
||||
localOnly = role == SERVER_ISCLIENT && ngc->isNewGame;
|
||||
localOnly = (role == SERVER_ISCLIENT) && ngc->isNewGame;
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
value.ng_role = role;
|
||||
(*ngc->setAttrProc)( closure, NG_ATTR_ROLE, value );
|
||||
|
|
Loading…
Reference in a new issue