1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 20:37:56 +00:00

fixup to rename to twist

This commit is contained in:
Zeno Rogue
2024-06-16 18:11:20 +02:00
parent 4c3a348666
commit 57759e95bc
2 changed files with 5 additions and 3 deletions

View File

@@ -3047,12 +3047,12 @@ EX namespace nisot {
#endif
if(mproduct) return new product::hrmap_product;
#if MAXMDIM >= 4
if(nil) return new nilv::hrmap_nil;
if(mhybrid) return new rots::hrmap_rotation_space;
if(nil) return new nilv::hrmap_nil;
#endif
return NULL;
}
#if CAP_COMMANDLINE
auto config = addHook(hooks_args, 0, [] () {
using namespace arg;