1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-26 07:16:02 +00:00

no more crash when saving config in arcm

This commit is contained in:
Zeno Rogue
2019-08-17 14:07:29 +02:00
parent 5a9f3f57e6
commit f3dd779947
2 changed files with 3 additions and 0 deletions

View File

@@ -1377,6 +1377,7 @@ EX void initgraph() {
#if CAP_CONFIG
loadConfig();
#endif
arcm::current.parse();
#if CAP_COMMANDLINE
arg::read(2);