mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
fixup one more euc::in()
This commit is contained in:
parent
d5c8aebf16
commit
1d6576ef92
2
cell.cpp
2
cell.cpp
@ -277,7 +277,7 @@ EX void initcells() {
|
|||||||
#if CAP_ARCM
|
#if CAP_ARCM
|
||||||
else if(arcm::in()) currentmap = arcm::new_map();
|
else if(arcm::in()) currentmap = arcm::new_map();
|
||||||
#endif
|
#endif
|
||||||
else if(euclid && !penrose) currentmap = euc::new_map();
|
else if(euc::in()) currentmap = euc::new_map();
|
||||||
#if CAP_BT
|
#if CAP_BT
|
||||||
else if(penrose) currentmap = kite::new_map();
|
else if(penrose) currentmap = kite::new_map();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user