mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
turn on feature that allows version of remote device to be deduced and
included in stream -- so that new move stack hash can be included when possible.
This commit is contained in:
parent
c52db8a8f0
commit
de965350c4
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ DEFINES += -DTEXT_MODEL
|
|||
DEFINES += -DXWFEATURE_WALKDICT
|
||||
DEFINES += -DXWFEATURE_WALKDICT_FILTER
|
||||
DEFINES += -DXWFEATURE_DICTSANITY
|
||||
#DEFINES += -DMAX_ROWS=32
|
||||
# MAX_ROWS controls STREAM_VERS_BIGBOARD and with it move hashing
|
||||
DEFINES += -DMAX_ROWS=32
|
||||
|
||||
ifdef CURSES_CELL_HT
|
||||
DEFINES += -DCURSES_CELL_HT=$(CURSES_CELL_HT)
|
||||
|
|
Loading…
Reference in a new issue