From e28222c5be6443d8f73411688bb42e056935d30c Mon Sep 17 00:00:00 2001 From: Steffen Mecke Date: Wed, 14 Jan 2015 21:55:27 +0100 Subject: [PATCH] fix missing kampfstatus --- src/spy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spy.c b/src/spy.c index 86631d8f6..67b3cd48a 100644 --- a/src/spy.c +++ b/src/spy.c @@ -58,10 +58,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * Spionage des Spions */ void spy_message(int spy, const unit * u, const unit * target) { - /* const char *str = report_kampfstatus(target, u->faction->locale);*/ + const char *str = report_kampfstatus(target, u->faction->locale); ADDMSG(&u->faction->msgs, msg_message("spyreport", "spy target status", u, - target)); + target, str)); if (spy > 20) { sc_mage *mage = get_mage(target); /* for mages, spells and magic school */