(resnoise): Remove the % from the change message for setsect().
Percent does not make sense for most of the values that can be changed.
This commit is contained in:
parent
57f589e2e4
commit
270ac2255a
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ resnoise(struct sctstr *sptr, int public_amt, char *name, int old,
|
||||||
{
|
{
|
||||||
char p[100];
|
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);
|
name, xyas(sptr->sct_x, sptr->sct_y, player->cnum), old, new);
|
||||||
if (public_amt)
|
if (public_amt)
|
||||||
(void)sprintf(p, "changed from %d to %d", old, new);
|
(void)sprintf(p, "changed from %d to %d", old, new);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue