diff --git a/mapeditor.cpp b/mapeditor.cpp index de116647..66947ac6 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -195,6 +195,7 @@ namespace mapstream { int32_t id = cellids.count(cwt.at) ? cellids[cwt.at] : -1; f.write(id); + f.write(geom3::always3); #if CAP_POLY for(int i=0; i a3(geom3::always3, geom3::always3); + if(vernum >= 0xA616) f.read(geom3::always3); + if(vernum >= 7400) while(true) { int i = f.get(); if(i == -1) break;