diff --git a/mapeditor.cpp b/mapeditor.cpp index ebf8ae73..0d7d22e7 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -562,6 +562,10 @@ EX namespace mapstream { } else f.write(arb::current.filename); + int qid = -1; + auto& quo = arb::current.quotients; + for(int id=0; id= 0xAA26) { + int qid; f.read(qid); + if(qid >= 0) arbiquotient::enable_by_id(qid); + } } #if CAP_ARCM if(geometry == gArchimedean) {