mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix compiler warning
This commit is contained in:
parent
3ed35abaac
commit
7feb202240
1 changed files with 2 additions and 0 deletions
|
@ -1332,7 +1332,9 @@ fetchTiles( ServerCtxt* server, XP_U16 playerNum, XP_U16 nToFetch,
|
|||
TrayTileSet oneTile;
|
||||
PickInfo pi;
|
||||
XP_UCHAR4 curTray[MAX_TRAY_TILES];
|
||||
#ifdef FEATURE_TRAY_EDIT
|
||||
DictionaryCtxt* dict = model_getDictionary( server->vol.model );
|
||||
#endif
|
||||
|
||||
XP_ASSERT( !!pool );
|
||||
#ifdef FEATURE_TRAY_EDIT
|
||||
|
|
Loading…
Add table
Reference in a new issue