mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-28 13:31:19 +00:00
pushed unimplemented Product
This commit is contained in:
@@ -1871,6 +1871,8 @@ bool limited_generation(cell *c) {
|
||||
}
|
||||
|
||||
bool do_draw(cell *c, const transmatrix& T) {
|
||||
|
||||
PROD( if(product::pmap) return product::in_actual([&] { return do_draw(product::get_at(c, product::plevel), T); }); )
|
||||
if(WDIM == 3) {
|
||||
if(cells_drawn > vid.cells_drawn_limit) return false;
|
||||
if(sol)
|
||||
|
||||
Reference in New Issue
Block a user