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

loading/saving irregular maps to config and log (and recreate automatically)H

This commit is contained in:
Zeno Rogue
2018-07-17 14:28:49 +02:00
parent 9fc4e5524f
commit 566c466b66
6 changed files with 95 additions and 53 deletions

View File

@@ -39,6 +39,7 @@ void initAll() {
initgraph();
#if CAP_SAVE
loadsave();
if(irr::on) irr::auto_creator();
#endif
start_game();