From 270ac2255a7ff0a096f216d39ee81efbcfb39bcd Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sat, 24 Nov 2007 00:25:11 +0000 Subject: [PATCH] (resnoise): Remove the % from the change message for setsect(). Percent does not make sense for most of the values that can be changed. --- src/lib/commands/setsect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/setsect.c b/src/lib/commands/setsect.c index 7eda340e..320c8c25 100644 --- a/src/lib/commands/setsect.c +++ b/src/lib/commands/setsect.c @@ -356,7 +356,7 @@ resnoise(struct sctstr *sptr, int public_amt, char *name, int old, { char p[100]; - pr("%s of %s changed from %d to %d%%\n", + pr("%s of %s changed from %d to %d\n", name, xyas(sptr->sct_x, sptr->sct_y, player->cnum), old, new); if (public_amt) (void)sprintf(p, "changed from %d to %d", old, new);