Home
last modified time | relevance | path

Searched refs:monbegin (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/games/hack/
H A Dhack.save.c267 struct permonst *monbegin; in restmonchn() local
270 mread(fd, (char *)&monbegin, sizeof(monbegin)); in restmonchn()
271 differ = (char *)(&mons[0]) - (char *)(monbegin); in restmonchn()
H A Dhack.lev.c162 struct permonst *monbegin = &mons[0]; in savemonchn() local
164 bwrite(fd, &monbegin, sizeof(monbegin)); in savemonchn()