From 4f29f51253532d6d8f7dc1f1eeb0644718b15c2b Mon Sep 17 00:00:00 2001 From: Andy2 Date: Thu, 3 Nov 2011 06:18:15 -0700 Subject: [PATCH] turn dict iter feature on for linux for good --- xwords4/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index 564b38571..ffb795b45 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -91,7 +91,7 @@ DEFINES += -DXWFEATURE_CHAT DEFINES += -DDISABLE_TILE_SEL DEFINES += -DSET_GAMESEED DEFINES += -DTEXT_MODEL -# DEFINES += -DXWFEATURE_WALKDICT +DEFINES += -DXWFEATURE_WALKDICT ifdef CURSES_CELL_HT DEFINES += -DCURSES_CELL_HT=$(CURSES_CELL_HT)