forked from github/server
schiffsrouten
This commit is contained in:
parent
64e4e3489c
commit
ab517ed315
|
@ -1496,13 +1496,14 @@ sail(region * starting_point, unit * u, region * next_point, boolean move_on_lan
|
|||
} /* endif !flying */
|
||||
|
||||
/* Falls kein Problem, eines weiter ziehen */
|
||||
|
||||
route[step] = dir;
|
||||
tt[step] = current_point; /* travelthrough */
|
||||
u->ship->moved = 1;
|
||||
step++;
|
||||
m++;
|
||||
|
||||
last_point = current_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
|
||||
* Küste wird nachher nicht aufgelistet werden, wenn das
|
||||
|
|
Loading…
Reference in New Issue