object save/restore (trunk only)

Make the same simplification to save and restore of obj->oextra as
was done yesterday for monst->mextra:  no need for a set of all 0 sizes
when the whole thing is null.  Bumps EDITLEVEL again.
This commit is contained in:
nethack.rankin
2009-02-01 02:16:47 +00:00
parent 84ca1773e5
commit 2904f49767
3 changed files with 32 additions and 36 deletions

View File

@@ -13,7 +13,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files.
*/
#define EDITLEVEL 42
#define EDITLEVEL 43
#define COPYRIGHT_BANNER_A \
"NetHack, Copyright 1985-2009"