mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-01 11:49:17 +00:00
fixed Asonov creation
This commit is contained in:
parent
8ce684d628
commit
a225ace0d0
2
cell.cpp
2
cell.cpp
@ -295,10 +295,10 @@ EX void initcells() {
|
|||||||
|
|
||||||
hrmap* res = callhandlers((hrmap*)nullptr, hooks_newmap);
|
hrmap* res = callhandlers((hrmap*)nullptr, hooks_newmap);
|
||||||
if(res) currentmap = res;
|
if(res) currentmap = res;
|
||||||
|
else if(asonov::in()) currentmap = asonov::new_map();
|
||||||
else if(nonisotropic || hybri) currentmap = nisot::new_map();
|
else if(nonisotropic || hybri) currentmap = nisot::new_map();
|
||||||
else if(INVERSE) currentmap = gp::new_inverse();
|
else if(INVERSE) currentmap = gp::new_inverse();
|
||||||
else if(fake::in()) currentmap = fake::new_map();
|
else if(fake::in()) currentmap = fake::new_map();
|
||||||
else if(asonov::in()) currentmap = asonov::new_map();
|
|
||||||
#if CAP_CRYSTAL
|
#if CAP_CRYSTAL
|
||||||
else if(cryst) currentmap = crystal::new_map();
|
else if(cryst) currentmap = crystal::new_map();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user