From 9aa8faa1d1ac8780932e2680f0810d7b9fbc74bc Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 12 Oct 2006 13:55:16 +0000 Subject: [PATCH] Switch player count string for client in new game case. --- xwords4/common/nwgamest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/nwgamest.c b/xwords4/common/nwgamest.c index 43cfa54e4..c5d96aedb 100644 --- a/xwords4/common/nwgamest.c +++ b/xwords4/common/nwgamest.c @@ -417,7 +417,7 @@ setRoleStrings( NewGameCtx* ngc ) if ( 0 ) { #ifndef XWFEATURE_STANDALONE_ONLY - } else if ( ngc->role == SERVER_ISCLIENT && !ngc->isNewGame ) { + } else if ( ngc->role == SERVER_ISCLIENT && ngc->isNewGame ) { strID = STR_LOCALPLAYERS; #endif } else {