follow-up bit

oextra should have been included in the critical bytes
This commit is contained in:
nhmall
2025-04-15 15:49:36 -04:00
parent a3e12550ea
commit 502b60d210
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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" },