mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-05 08:13:01 +00:00
rulegen:: apply arb::convert, and imrpoved generation
This commit is contained in:
1
cell.cpp
1
cell.cpp
@@ -343,6 +343,7 @@ EX void initcells() {
|
||||
#if CAP_CRYSTAL
|
||||
else if(cryst) currentmap = crystal::new_map();
|
||||
#endif
|
||||
else if(arb::in() && rulegen::known()) currentmap = rulegen::new_hrmap_rulegen();
|
||||
else if(arb::in()) currentmap = arb::new_map();
|
||||
#if CAP_ARCM
|
||||
else if(arcm::in()) currentmap = arcm::new_map();
|
||||
|
||||
Reference in New Issue
Block a user