From 92ea21de8673ceb10881c8c573540e615921a7f5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 23 Jul 2018 05:19:06 +0200 Subject: [PATCH] fixed some orbs not saved in OSM --- system.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 8f316add..05a7147f 100644 --- a/system.cpp +++ b/system.cpp @@ -300,7 +300,7 @@ bool havesave = true; #if CAP_SAVE #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 { string ver; @@ -697,6 +697,8 @@ void applyBoxes() { applyBoxBool(irr::on); applyBox(irr::cellcount); + list_invorb(); + if(POSSCORE != boxid) printf("ERROR: %d boxes\n", boxid); }