mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
rv::som:: junk removed
This commit is contained in:
parent
e4ddfa8250
commit
f67d16b0f8
@ -526,7 +526,6 @@ void buildcellcrawler(cell *c, cellcrawler& cr, int dir) {
|
|||||||
if(curtemp[i] < vmin) vmin = curtemp[i];
|
if(curtemp[i] < vmin) vmin = curtemp[i];
|
||||||
else if(curtemp[i] > vmax) vmax = curtemp[i];
|
else if(curtemp[i] > vmax) vmax = curtemp[i];
|
||||||
}
|
}
|
||||||
,,
|
|
||||||
if(!dispersion_count) {
|
if(!dispersion_count) {
|
||||||
if(!dispersion_long) dispersion_count = isize(d);
|
if(!dispersion_long) dispersion_count = isize(d);
|
||||||
DEBB(DF_LOG, ("Dispersion count = ", isize(d), " celldist = ", celldist(c)));
|
DEBB(DF_LOG, ("Dispersion count = ", isize(d), " celldist = ", celldist(c)));
|
||||||
|
Loading…
Reference in New Issue
Block a user