fix MAKE TEMP, for real this time. I hate skip_token and all that stuff.

This commit is contained in:
Enno Rehling 2014-08-23 00:35:06 +02:00
parent e9ccc24895
commit beacb850c6
3 changed files with 4 additions and 2 deletions

View File

@ -1476,7 +1476,7 @@
<text locale="en">MAKE</text>
</string>
<string name="maketemp">
<text locale="de">MAKETEMP</text>
<text locale="en">MAKETEMP</text>
</string>
<string name="move">
<text locale="en">MOVE</text>

View File

@ -88,7 +88,7 @@ zip="$turn-$1.zip"
zip -q -u $zip $turn-$1.?r
email=$(grep "faction=$1:" reports.txt | cut -d: -f2 | sed 's/email=//')
echo "sending reports to $1 / $email"
cat /dev/null | mutt -F $ERESSEA/etc/muttrc -s "Testauswertung Spiel $GAME Partei $1" -a $zip -- $email
cat /dev/null | mutt -F $ERESSEA/etc/muttrc -s "Testauswertung Spiel $game Partei $1" -a $zip -- $email
}
game=0

View File

@ -3627,6 +3627,8 @@ void new_units(void)
}
continue;
}
init_tokens(makeord);
skip_token();
alias = getid();
token = getstrtoken();