From 956fe350ba66039d9b58c686e06c8291ff828cb2 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Mon, 7 Nov 2011 18:19:12 -0800 Subject: [PATCH] remove changed param -- mmap's the default now. --- xwords4/linux/scripts/discon_ok2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index 36bbca4a4..0131ac931 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -139,7 +139,7 @@ build_cmds() { CMD="./obj_linux_memdbg/xwords --room $ROOM" CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq $((1 + (RANDOM%100))) " CMD="$CMD $OTHERS --game-dict $DICT --port $PORT --host $HOST " - CMD="$CMD --file $FILE --slow-robot 1:3 --skip-confirm --use-mmap" + CMD="$CMD --file $FILE --slow-robot 1:3 --skip-confirm" CMD="$CMD --drop-nth-packet $DROP_N $PLAT_PARMS" CMD="$CMD $PUBLIC"