1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 06:56:01 +00:00

more cleanup in parameters, restartGame cleanup

This commit is contained in:
Zeno Rogue
2018-06-11 00:58:38 +02:00
parent 90573cf456
commit 98246d3066
20 changed files with 344 additions and 307 deletions

View File

@@ -475,12 +475,9 @@ void initAll() {
#if CAP_SAVE
loadsave();
#endif
resetGeometry();
initcells();
start_game();
shmup::safety = safety;
initgame();
restartGraph();
if(!shmup::on) {
restoreGolems(items[itOrbLife], moGolem); items[itOrbLife] = 0;