]> git.pond.sub.org Git - empserver/commitdiff
(resnoise): Remove the % from the change message for setsect().
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 24 Nov 2007 00:25:11 +0000 (00:25 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 24 Nov 2007 00:25:11 +0000 (00:25 +0000)
Percent does not make sense for most of the values that can be
changed.

src/lib/commands/setsect.c

index 7eda340e7d9c33d59af980ebc1215a4d6f2bea7d..320c8c25457b7e50fedb54a12173431764115f64 100644 (file)
@@ -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);