mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
up the number of moves saved to 32 to match Android.
This commit is contained in:
parent
f111b78714
commit
639279f865
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ endif
|
|||
include ../common/config.mk
|
||||
|
||||
DEFINES += -DPLATFORM_LINUX -DKEY_SUPPORT -DKEYBOARD_NAV -DNODE_CAN_4 \
|
||||
-DSCROLL_DRAG_THRESHHOLD=1
|
||||
-DSCROLL_DRAG_THRESHHOLD=1 -DNUM_SAVED_ENGINE_MOVES=32
|
||||
# DEFINES += -DSTUBBED_DICT
|
||||
ifdef DO_GTK
|
||||
DEFINES += -DXWFEATURE_SEARCHLIMIT
|
||||
|
|
Loading…
Reference in a new issue