mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-08 10:14:08 +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
|
||||
#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 {
|
||||
string ver;
|
||||
@ -731,6 +731,20 @@ void applyBoxes() {
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user