mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
don't require MAX_NUM_PLAYERS==4
This commit is contained in:
parent
3c0cf176ef
commit
92ac25ed3f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue