mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-07 11:52:51 +00:00
fixed selecting gCrystal344
This commit is contained in:
parent
dd4602e139
commit
2daad158ca
@ -406,7 +406,7 @@ struct hrmap_crystal : hrmap_standard {
|
|||||||
bool crystal3() { return WDIM == 3; }
|
bool crystal3() { return WDIM == 3; }
|
||||||
|
|
||||||
hrmap_crystal() {
|
hrmap_crystal() {
|
||||||
if(crystal3()) cs.dim = 4;
|
if(crystal3()) reg3::generate(), cs.dim = 4;
|
||||||
else cs.build();
|
else cs.build();
|
||||||
|
|
||||||
camelot_center = NULL;
|
camelot_center = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user