diff options
-rw-r--r-- | FICS/playerdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h index 5d1a55d..fcd4879 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -60,8 +60,9 @@ typedef struct _statistics { double sterr; - int num, win, los, dra, rating, best, whenbest; + int num, win, los, dra, rating, best; time_t ltime; + time_t whenbest; } statistics; #define PEND_MATCH 0 |