1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

refactored gethyper

This commit is contained in:
Zeno Rogue
2018-11-06 15:53:50 +01:00
parent 5ba198f3a6
commit 8e7abf6292
3 changed files with 419 additions and 404 deletions

View File

@@ -1051,6 +1051,8 @@ struct videopar {
int use_smart_range; // 0 = distance-based, 1 = model-based, 2 = model-based and generate
ld smart_range_detail;// minimum visible cell for modes 1 and 2
int cells_drawn_limit;
ld skiprope;
};
extern videopar vid;