mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
yet another fixup : plevel -> current_view_level
This commit is contained in:
parent
890f23c00c
commit
c28fac248b
@ -1960,7 +1960,7 @@ bool limited_generation(cell *c) {
|
||||
|
||||
EX bool do_draw(cell *c, const transmatrix& T) {
|
||||
|
||||
if(product::pmap) return product::in_actual([&] { return do_draw(product::get_at(c, 0), T); });
|
||||
if(product::pmap) return product::in_actual([&] { return do_draw(product::get_at(c, product::current_view_level), T); });
|
||||
if(WDIM == 3) {
|
||||
if(cells_drawn > vid.cells_drawn_limit) return false;
|
||||
if(nil && pmodel == mdGeodesic) {
|
||||
|
Loading…
Reference in New Issue
Block a user