logs loaded for the inventory mode are now recognized correctly

This commit is contained in:
Zeno Rogue 2019-02-06 19:04:28 +01:00
parent 36034a1514
commit 13c60727cd
1 changed files with 1 additions and 0 deletions

View File

@ -738,6 +738,7 @@ void loadBoxHigh() {
dynamicval<eVariation> sp5(variation, (eVariation) savebox[186]);
dynamicval<int> sp7(gp::param.first, savebox[342]);
dynamicval<int> sp8(gp::param.second, savebox[343]);
dynamicval<bool> spinv(inv::on, savebox[306]);
if(savebox[238]) geometry = gSphere;
if(savebox[239]) geometry = gElliptic;