(player): Rename member validated to authenticated.

This commit is contained in:
Markus Armbruster 2006-02-22 19:20:41 +00:00
parent 2147583a9e
commit 504305357d
2 changed files with 7 additions and 7 deletions

View file

@ -51,7 +51,7 @@ struct player {
char hostname[512]; /* may be empty */
char client[128]; /* may be empty */
char userid[32]; /* may be empty */
int validated;
int authenticated;
natid cnum;
int state;
int flags;