mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 19:22:48 +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();
|
if(shmup::on) shmup::init();
|
||||||
|
|
||||||
timerstart = time(NULL); turncount = 0;
|
timerstart = time(NULL); turncount = 0;
|
||||||
@ -1191,6 +1189,7 @@ EX namespace mapstream {
|
|||||||
else
|
else
|
||||||
callhooks(hooks_loadmap_old, f);
|
callhooks(hooks_loadmap_old, f);
|
||||||
|
|
||||||
|
relspin.clear();
|
||||||
cellbyid.clear();
|
cellbyid.clear();
|
||||||
restartGraph();
|
restartGraph();
|
||||||
bfs();
|
bfs();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user