1
0
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:
Zeno Rogue
2019-07-28 11:17:25 +02:00
parent 0054dbc118
commit c97ab10700
10 changed files with 21 additions and 5 deletions

View File

@@ -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)