diff --git a/DataSpec/DNAMP1/MLVL.cpp b/DataSpec/DNAMP1/MLVL.cpp index 9e1a423a2..00dc130c4 100644 --- a/DataSpec/DNAMP1/MLVL.cpp +++ b/DataSpec/DNAMP1/MLVL.cpp @@ -412,6 +412,10 @@ bool MLVL::Cook(const hecl::ProjectPath& outPath, const hecl::ProjectPath& inPat savwCooked.makeDirChain(false); athena::io::FileWriter fo(savwCooked.getAbsolutePath()); savw.write(fo); + int64_t rem = fo.position() % 32; + if (rem) + for (int64_t i=0 ; i<32-rem ; ++i) + fo.writeBytes((atInt8*)"\xff", 1); } return true; diff --git a/nod b/nod index dc474ad15..e86971c9e 160000 --- a/nod +++ b/nod @@ -1 +1 @@ -Subproject commit dc474ad1560e93f95d99d7577703387a859d7d26 +Subproject commit e86971c9e082b58bb04ee794a106874b3ceae1c7