remove time_t from struct you - follow up bit

This commit is contained in:
nethack.allison
2007-12-19 03:30:57 +00:00
parent d430db0718
commit 67d5fb1481

View File

@@ -567,6 +567,7 @@ unsigned int *stuckid, *steedid; /* STEED */
#endif
mread(fd, (genericptr_t) &u, sizeof(struct you));
mread(fd, (genericptr_t) timebuf, 14);
timebuf[14] = '\0';
ubirthday = time_from_yyyymmddhhmmss(timebuf);
set_uasmon();