remove changed param -- mmap's the default now.

This commit is contained in:
Andy2 2011-11-07 18:19:12 -08:00
parent e4aa2ff180
commit 956fe350ba

View file

@ -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"