1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 08:04:48 +00:00

fixed some issues with 'cells_generated_limit'

This commit is contained in:
Zeno Rogue
2019-05-15 15:49:09 +02:00
parent 295f0bc388
commit 969cc76f6d
2 changed files with 13 additions and 9 deletions

View File

@@ -6514,6 +6514,7 @@ void drawthemap() {
frameid++;
cells_drawn = 0;
cells_generated = 0;
noclipped = 0;
first_cell_to_draw = true;