mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
update for months-old param name changes
This commit is contained in:
parent
c9c470b724
commit
cb3e33ef72
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ build_cmds() {
|
|||
touch $LOG # so greps won't show errors
|
||||
CMD="./obj_linux_memdbg/xwords --room $ROOM"
|
||||
CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq=$((1 + (RANDOM%100))) "
|
||||
CMD="$CMD $OTHERS --dict=$DICT --port=$PORT --host=$HOST "
|
||||
CMD="$CMD $OTHERS --game-dict=$DICT --port=$PORT --host=$HOST "
|
||||
CMD="$CMD --file=$FILE --slow-robot 1:3 $PLAT_PARMS"
|
||||
CMD="$CMD $PUBLIC"
|
||||
CMDS[$COUNTER]=$CMD
|
||||
|
|
Loading…
Reference in a new issue