1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-05 11:12:49 +00:00

fixed the time of clearing relspin

This commit is contained in:
Zeno Rogue 2025-06-25 00:26:15 +02:00
parent 2a2f3a5c4f
commit 21055c956a

View File

@ -1091,8 +1091,6 @@ EX namespace mapstream {
}
}
relspin.clear();
if(shmup::on) shmup::init();
timerstart = time(NULL); turncount = 0;
@ -1191,6 +1189,7 @@ EX namespace mapstream {
else
callhooks(hooks_loadmap_old, f);
relspin.clear();
cellbyid.clear();
restartGraph();
bfs();