another follow-up: another bit is needed
breaks savefiles and bones.
This commit is contained in:
+3
-3
@@ -142,7 +142,7 @@ struct obj {
|
|||||||
Bitfield(bypass, 1); /* mark this as an object to be skipped by bhito() */
|
Bitfield(bypass, 1); /* mark this as an object to be skipped by bhito() */
|
||||||
Bitfield(pickup_prev, 1); /* was picked up previously */
|
Bitfield(pickup_prev, 1); /* was picked up previously */
|
||||||
Bitfield(ghostly, 1); /* it just got placed into a bones file */
|
Bitfield(ghostly, 1); /* it just got placed into a bones file */
|
||||||
Bitfield(how_lost, 2); /* stolen by mon or thrown, dropped by hero */
|
Bitfield(how_lost, 3); /* stolen by mon or thrown, dropped by hero, etc */
|
||||||
|
|
||||||
Bitfield(named_how, 1); /* source of name per TODO in resetobjs() */
|
Bitfield(named_how, 1); /* source of name per TODO in resetobjs() */
|
||||||
#if 0
|
#if 0
|
||||||
@@ -150,9 +150,9 @@ struct obj {
|
|||||||
Bitfield(eknown, 1); /* effect known for wands zapped or rings worn when
|
Bitfield(eknown, 1); /* effect known for wands zapped or rings worn when
|
||||||
* not seen yet after being picked up while blind
|
* not seen yet after being picked up while blind
|
||||||
* [maybe for remaining stack of used potion too] */
|
* [maybe for remaining stack of used potion too] */
|
||||||
/* 6 free bits */
|
/* 5 free bits */
|
||||||
#else
|
#else
|
||||||
/* 7 free bits */
|
/* 6 free bits */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int corpsenm; /* type of corpse is mons[corpsenm] */
|
int corpsenm; /* type of corpse is mons[corpsenm] */
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
||||||
* and save files.
|
* and save files.
|
||||||
*/
|
*/
|
||||||
#define EDITLEVEL 114
|
#define EDITLEVEL 115
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Development status possibilities.
|
* Development status possibilities.
|
||||||
|
|||||||
Reference in New Issue
Block a user