worked once, let's press our luck: botl.c invent.c mkobj.c

This commit is contained in:
keni
2011-12-31 00:24:26 +00:00
parent 86e9b65d20
commit 21f9be37a7
3 changed files with 11 additions and 11 deletions

View File

@@ -650,9 +650,9 @@ bot()
mbot[k] += 'A' - 'a';
k++;
}
Sprintf(nb = eos(nb), mbot);
Sprintf1(nb = eos(nb), mbot);
} else
Sprintf(nb = eos(nb), rank());
Sprintf1(nb = eos(nb), rank());
Sprintf(blstats[idx][BL_TITLE].val, "%-29s", buf);
valset[BL_TITLE] = TRUE; /* indicate val already set */