diff --git a/system.cpp b/system.cpp index a391e290..d3c4e54e 100644 --- a/system.cpp +++ b/system.cpp @@ -447,7 +447,7 @@ EX namespace scores { /** \brief the amount of boxes reserved for each hr::score item */ #define MAXBOX 500 /** \brief currently used boxes in hr::score */ -#define POSSCORE 416 +#define POSSCORE 418 /** \brief a struct to keep local score from an earlier game */ struct score { /** \brief version used */ @@ -958,6 +958,8 @@ EX void applyBoxes() { applyBoxM(moAsteroid); applyBoxNum(items[itTreat]); applyBoxM(moVampire); + applyBoxNum(asteroids_generated); + applyBoxNum(asteroid_orbs_generated); if(POSSCORE != boxid) printf("ERROR: %d boxes\n", boxid); if(isize(invorb)) { println(hlog, "ERROR: Orbs not taken into account"); exit(1); }