1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-28 16:09:03 +00:00

product:: no crash on load when saved

This commit is contained in:
Zeno Rogue
2019-08-19 13:54:59 +02:00
parent 1778fd5d8e
commit 0811f8f2d0
2 changed files with 2 additions and 0 deletions

View File

@@ -1387,6 +1387,7 @@ EX void initgraph() {
loadConfig();
#endif
arcm::current.parse();
if(geometry == gProduct) geometry = product::underlying;
#if CAP_COMMANDLINE
arg::read(2);