forked from github/server
- Kleiner Fehler in mapper, kompilierte nicht
This commit is contained in:
parent
8c002d7f21
commit
46fee73d57
|
@ -873,7 +873,7 @@ mapper_spunit(dbllist ** SP, unit * u, int indent)
|
||||||
|
|
||||||
sncat(buf, " (", BUFSIZE); icat(u->hp/u->number); sncat(buf, " HP)", BUFSIZE);
|
sncat(buf, " (", BUFSIZE); icat(u->hp/u->number); sncat(buf, " HP)", BUFSIZE);
|
||||||
|
|
||||||
if (getguard(u, UFL_GUARD))
|
if (getguard(u))
|
||||||
sncat(buf, ", bewacht die Region", BUFSIZE);
|
sncat(buf, ", bewacht die Region", BUFSIZE);
|
||||||
|
|
||||||
if (usiege(u)) {
|
if (usiege(u)) {
|
||||||
|
|
Loading…
Reference in New Issue