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:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user