mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
Goldberg no longer warns about centerloc not found in quotient
This commit is contained in:
parent
d34d50c87c
commit
55e6fc00c9
@ -596,7 +596,7 @@ namespace gp {
|
||||
if(c0-cc == d0-dmain && c1-cc == d1-dmain)
|
||||
found = true, centerloc = c;
|
||||
}
|
||||
if(!found)
|
||||
if(!found && !quotient)
|
||||
printf("Warning: centerloc not found: %d,%d,%d\n", dmain, d0, d1);
|
||||
center_locs[rel] = centerloc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user