follow-up bit
oextra should have been included in the critical bytes
This commit is contained in:
@@ -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 122
|
#define EDITLEVEL 123
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Development status possibilities.
|
* Development status possibilities.
|
||||||
|
|||||||
@@ -581,6 +581,7 @@ struct critical_sizes_with_names critical_sizes[] = {
|
|||||||
{ (uchar) sizeof(struct mvitals), "struct mvitals" },
|
{ (uchar) sizeof(struct mvitals), "struct mvitals" },
|
||||||
{ (uchar) sizeof(struct obj), "struct obj" },
|
{ (uchar) sizeof(struct obj), "struct obj" },
|
||||||
{ (uchar) sizeof(struct objclass), "struct objclass" },
|
{ (uchar) sizeof(struct objclass), "struct objclass" },
|
||||||
|
{ (uchar) sizeof(struct oextra), "struct oextra" },
|
||||||
{ (uchar) sizeof(struct q_score), "struct q_score" },
|
{ (uchar) sizeof(struct q_score), "struct q_score" },
|
||||||
{ (uchar) sizeof(struct rm), "struct rm" },
|
{ (uchar) sizeof(struct rm), "struct rm" },
|
||||||
{ (uchar) sizeof(struct spell), "struct spell" },
|
{ (uchar) sizeof(struct spell), "struct spell" },
|
||||||
@@ -616,7 +617,6 @@ struct critical_sizes_with_names critical_sizes[] = {
|
|||||||
{ (uchar) sizeof(struct fakecorridor), "struct fakecorridor" },
|
{ (uchar) sizeof(struct fakecorridor), "struct fakecorridor" },
|
||||||
{ (uchar) sizeof(struct bill_x), "struct bill_x" },
|
{ (uchar) sizeof(struct bill_x), "struct bill_x" },
|
||||||
{ (uchar) sizeof(union vptrs), "union vptrs" },
|
{ (uchar) sizeof(union vptrs), "union vptrs" },
|
||||||
{ (uchar) sizeof(struct oextra), "struct oextra" },
|
|
||||||
{ (uchar) sizeof(struct prop), "struct prop" },
|
{ (uchar) sizeof(struct prop), "struct prop" },
|
||||||
{ (uchar) sizeof(struct skills), "struct skills" },
|
{ (uchar) sizeof(struct skills), "struct skills" },
|
||||||
{ (uchar) sizeof(union vlaunchinfo), "union vlaunchinfo" },
|
{ (uchar) sizeof(union vlaunchinfo), "union vlaunchinfo" },
|
||||||
|
|||||||
Reference in New Issue
Block a user