fixed selecting gCrystal344

This commit is contained in:
Zeno Rogue 2019-10-27 00:42:18 +02:00
parent dd4602e139
commit 2daad158ca
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ struct hrmap_crystal : hrmap_standard {
bool crystal3() { return WDIM == 3; }
hrmap_crystal() {
if(crystal3()) cs.dim = 4;
if(crystal3()) reg3::generate(), cs.dim = 4;
else cs.build();
camelot_center = NULL;