1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

rv::som:: junk removed

This commit is contained in:
Zeno Rogue 2022-04-21 12:18:32 +02:00
parent e4ddfa8250
commit f67d16b0f8

View File

@ -526,7 +526,6 @@ void buildcellcrawler(cell *c, cellcrawler& cr, int dir) {
if(curtemp[i] < vmin) vmin = curtemp[i];
else if(curtemp[i] > vmax) vmax = curtemp[i];
}
,,
if(!dispersion_count) {
if(!dispersion_long) dispersion_count = isize(d);
DEBB(DF_LOG, ("Dispersion count = ", isize(d), " celldist = ", celldist(c)));