mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-27 21:12:49 +00:00
saveboxes added
This commit is contained in:
parent
6e549ebc54
commit
e36246e392
16
system.cpp
16
system.cpp
@ -326,7 +326,7 @@ bool havesave = true;
|
|||||||
|
|
||||||
#if CAP_SAVE
|
#if CAP_SAVE
|
||||||
#define MAXBOX 500
|
#define MAXBOX 500
|
||||||
#define POSSCORE 355 // update this when new boxes are added!
|
#define POSSCORE 369 // update this when new boxes are added!
|
||||||
|
|
||||||
struct score {
|
struct score {
|
||||||
string ver;
|
string ver;
|
||||||
@ -730,6 +730,20 @@ void applyBoxes() {
|
|||||||
list_invorb();
|
list_invorb();
|
||||||
|
|
||||||
applyBox(irr::bitruncations_performed);
|
applyBox(irr::bitruncations_performed);
|
||||||
|
|
||||||
|
applyBoxI(itVarTreasure);
|
||||||
|
applyBoxI(itBrownian);
|
||||||
|
applyBoxI(itWest);
|
||||||
|
applyBoxM(moAcidBird);
|
||||||
|
applyBoxM(moBrownBug);
|
||||||
|
applyBoxM(moVariantWarrior);
|
||||||
|
applyBoxM(moWestHawk);
|
||||||
|
applyBoxM(moFallingDog);
|
||||||
|
applyBoxOrb(itOrbIntensity);
|
||||||
|
applyBoxOrb(itOrbChoice);
|
||||||
|
applyBoxOrb(itOrbGravity);
|
||||||
|
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