mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-08 23:20:12 +00:00
fixed some orbs not saved in OSM
This commit is contained in:
parent
2e7b5f0c16
commit
92ea21de86
@ -300,7 +300,7 @@ bool havesave = true;
|
|||||||
|
|
||||||
#if CAP_SAVE
|
#if CAP_SAVE
|
||||||
#define MAXBOX 500
|
#define MAXBOX 500
|
||||||
#define POSSCORE 346 // update this when new boxes are added!
|
#define POSSCORE 354 // update this when new boxes are added!
|
||||||
|
|
||||||
struct score {
|
struct score {
|
||||||
string ver;
|
string ver;
|
||||||
@ -697,6 +697,8 @@ void applyBoxes() {
|
|||||||
applyBoxBool(irr::on);
|
applyBoxBool(irr::on);
|
||||||
applyBox(irr::cellcount);
|
applyBox(irr::cellcount);
|
||||||
|
|
||||||
|
list_invorb();
|
||||||
|
|
||||||
if(POSSCORE != boxid) printf("ERROR: %d boxes\n", boxid);
|
if(POSSCORE != boxid) printf("ERROR: %d boxes\n", boxid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user