schiffsrouten

This commit is contained in:
Enno Rehling 2001-05-27 16:50:16 +00:00
parent 64e4e3489c
commit ab517ed315
1 changed files with 5 additions and 4 deletions

View File

@ -1496,13 +1496,14 @@ sail(region * starting_point, unit * u, region * next_point, boolean move_on_lan
} /* endif !flying */ } /* endif !flying */
/* Falls kein Problem, eines weiter ziehen */ /* Falls kein Problem, eines weiter ziehen */
route[step] = dir; route[step] = dir;
tt[step] = current_point; /* travelthrough */
u->ship->moved = 1;
step++;
m++;
last_point = current_point; last_point = current_point;
current_point = next_point; current_point = next_point;
tt[step] = current_point; /* travelthrough */
u->ship->moved = 1;
m++;
/* Falls eine Küstenregion, dann in rv[] aufnehmen (die letzte /* Falls eine Küstenregion, dann in rv[] aufnehmen (die letzte
* Küste wird nachher nicht aufgelistet werden, wenn das * Küste wird nachher nicht aufgelistet werden, wenn das