1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-12 01:42:05 +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
+1
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);