mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
logs loaded for the inventory mode are now recognized correctly
This commit is contained in:
parent
36034a1514
commit
13c60727cd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user