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 1dcb14cfb9
commit b2dc6a3a9d
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -87,7 +87,7 @@ zip="$turn-$1.zip"
zip -q -u $zip $turn-$1.?r zip -q -u $zip $turn-$1.?r
email=$(grep "faction=$1:" reports.txt | cut -d: -f2 | sed 's/email=//') email=$(grep "faction=$1:" reports.txt | cut -d: -f2 | sed 's/email=//')
echo "sending reports to $1 / $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 game=0

View File

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