1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 22:55:12 +00:00

bitruncated irregular tilings

This commit is contained in:
Zeno Rogue
2018-08-05 05:07:34 +02:00
parent 188c591453
commit 253c2d8b9b
9 changed files with 279 additions and 69 deletions

View File

@@ -300,7 +300,7 @@ bool havesave = true;
#if CAP_SAVE
#define MAXBOX 500
#define POSSCORE 354 // update this when new boxes are added!
#define POSSCORE 355 // update this when new boxes are added!
struct score {
string ver;
@@ -699,6 +699,8 @@ void applyBoxes() {
list_invorb();
applyBox(irr::bitruncations_performed);
if(POSSCORE != boxid) printf("ERROR: %d boxes\n", boxid);
}