Merge branch 'mextra-note' of https://github.com/copperwater/NetHack into copperwater-mextra-note

This commit is contained in:
nhmall
2020-07-31 08:25:42 -04:00

View File

@@ -56,6 +56,8 @@
* struct or data during a restore.
* 10. Adjust savemon() in src/save.c to deal with your
* struct or data during a save.
* 11. Zero out the pointer to your struct in newmextra() in
* src/makemon.c.
*/
/***