Document, in particular use of UTF-8. Simplify code in a couple of

places, but no functional changes.
This commit is contained in:
Markus Armbruster 2005-06-13 19:02:49 +00:00
parent 9046ff0ad2
commit 71e164ed30
17 changed files with 199 additions and 105 deletions

View file

@ -165,7 +165,7 @@ gamedown(void)
{
FILE *down_fp;
struct telstr tgm;
char buf[MAXTELSIZE + 1]; /* message text */
char buf[MAXTELSIZE + 1]; /* UTF-8 */
if (player->god)
return 0;