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:
parent
2a2f3a5c4f
commit
21055c956a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user