diff --git a/xwords4/common/nwgamest.c b/xwords4/common/nwgamest.c index 5e1d9bad6..0c8413fe1 100644 --- a/xwords4/common/nwgamest.c +++ b/xwords4/common/nwgamest.c @@ -110,7 +110,7 @@ newg_load( NewGameCtx* ngc, const CurGameInfo* gi ) XP_S16 ii, jj; DeviceRole role; XP_Bool localOnly; - XP_Bool shown[MAX_NUM_PLAYERS] = { XP_FALSE, XP_FALSE, XP_FALSE, XP_FALSE}; + XP_Bool shown[MAX_NUM_PLAYERS] = { XP_FALSE }; ngc->juggleEnabled = TRI_ENAB_NONE; ngc->settingsEnabled = TRI_ENAB_NONE;