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:
parent
3791daf9e3
commit
7cf1643c5d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user