mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-21 10:57:03 +00:00
nilrider:: no levellines by default
This commit is contained in:
parent
da21b1cb00
commit
7ff9177484
@ -346,7 +346,7 @@ void level::init() {
|
||||
scale = abs(maxx - minx) / isize(map_tiles[0]);
|
||||
println(hlog, "SCALE IS ", this->scale);
|
||||
|
||||
levellines_for = new_levellines_for = C0;
|
||||
levellines_for = new_levellines_for = Hypc;
|
||||
|
||||
if(1) {
|
||||
int tY = isize(map_tiles);
|
||||
|
Loading…
x
Reference in New Issue
Block a user