1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

introduced rulegen.cpp which generates strict_tree_rules for arb

This commit is contained in:
Zeno Rogue
2021-07-29 14:07:30 +02:00
parent bb3fbc5256
commit c53270ca16
7 changed files with 1594 additions and 7 deletions

View File

@@ -777,6 +777,7 @@ void geometry_information::generate_floorshapes() {
for(int i=0; i<n; i++) {
auto &ms = models[i];
auto &mh = modelh[i];
mh.fieldval = -1;
for(auto& t: ms.c.move_table) t = nullptr;
for(auto& t: mh.c.move_table) t = nullptr;
}