- Kleiner Fehler in mapper, kompilierte nicht

This commit is contained in:
Christian Schlittchen 2002-03-12 18:37:19 +00:00
parent 8c002d7f21
commit 46fee73d57
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ mapper_spunit(dbllist ** SP, unit * u, int indent)
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);
if (usiege(u)) {