1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-10 04:07:39 +00:00

fixed race reset

This commit is contained in:
Zeno Rogue
2022-06-21 10:34:43 +02:00
parent 952b99856d
commit 3b816f46fc
2 changed files with 14 additions and 6 deletions

View File

@@ -677,6 +677,7 @@ EX void reset_race() {
for(int i=0; i<multi::players; i++) {
auto who = shmup::pc[i];
if(!who) { println(hlog, "who missing"); continue; }
who->reset();
// this is intentionally not hrand
for(int j=0; j<100; j++) {