1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-07 22:49:54 +00:00

ls:: removed debug from landscape

This commit is contained in:
Zeno Rogue 2024-03-23 23:48:48 +01:00
parent 3791daf9e3
commit 7cf1643c5d

View File

@ -2913,7 +2913,6 @@ EX void set_land_for_geometry(cell *c) {
if(landscape_div < 0) landscape_div = 1;
array<int, 3> a;
for(int i=0; i<3; i++) a[i] = getCdata(c, i);
auto ca = a;
auto& ld = landscape_div;
auto ld2 = ld * 2;
int sh = 0;