1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-09 02:03:00 +00:00

debug_voronoi option

This commit is contained in:
Zeno Rogue
2023-09-14 17:36:31 +02:00
parent 78b75baf3a
commit 3670be5700
3 changed files with 8 additions and 0 deletions

View File

@@ -1815,6 +1815,7 @@ EX void start_camelot(cell *c) {
}
}
EX bool debug_voronoi;
EX map<heptagon*, eLand> horodisk_land;
EX map<heptagon*, eLand> horodisk_last_land;