falsche locale bei TRANSPORTIERE-Check
This commit is contained in:
Enno Rehling 2004-04-12 13:53:21 +00:00
parent a3ffe42a89
commit 2dad5d7e69
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ travel(region * first, unit * u, region * next, int flucht)
ut = getunit(first, u->faction);
if (ut) {
boolean found = false;
if (igetkeyword(ut->thisorder, u->faction->locale) == K_DRIVE
if (igetkeyword(ut->thisorder, ut->faction->locale) == K_DRIVE
&& !fval(ut, UFL_LONGACTION) && !fval(ut, UFL_HUNGER)) {
u2 = getunit(first, ut->faction);
if(u2 == u) {