1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

3d:: an option to limit cell generation

This commit is contained in:
Zeno Rogue
2019-05-11 17:20:57 +02:00
parent 16c4108a8d
commit 8388a448e7
4 changed files with 19 additions and 2 deletions

View File

@@ -1160,6 +1160,7 @@ struct videopar {
ld smart_range_detail;// minimum visible cell for modes 1 and 2
ld smart_range_detail_3;// minimum visible cell in 3D (for mode 2, there is no mode 1)
int cells_drawn_limit;
int cells_generated_limit; // limit on cells generated per frame
ld skiprope;