[Freeciv-Dev] goto from Trieme with Lighthouse (PR#915)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Full_Name: Thomas Strub
Version: 1.12.0
Distribution: Built from source
Client: Gtk+
OS: Linux 2.4.7
Submission from: (NULL) (129.13.64.202)
When using the client goto-function for a Trieme when Ligthhouse i build and is
useful. The goto-Function don't care about the 0% chance that triemes sink.
line 394 from client/goto.c
} else if (unit_flag(punit->type, F_TRIREME) && (0
!=trireme_loss_pct(&punit->owner, x1, y1)) && !is_coastline(x1, y1)) {
the same in server/gotohand.c
Line 774
else if (unit_flag(punit->type, F_TRIREME) &&
trireme_loss_pct(&punit->owner,
x1, y1) && !is_coastline(x1, y1)) {
same file Line 1035
but i don't know how that line works ...
Thomas Strub.
- [Freeciv-Dev] goto from Trieme with Lighthouse (PR#915),
ue80 <=
|
|