mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
no 'u' in geom-exp with CAP_RUG
This commit is contained in:
parent
a9a45c1d74
commit
2f276f5016
@ -185,7 +185,9 @@ void showTorusConfig() {
|
|||||||
targetgeometry = gTorus; restartGame('g');
|
targetgeometry = gTorus; restartGame('g');
|
||||||
}
|
}
|
||||||
else if(uni == 'z') editScale();
|
else if(uni == 'z') editScale();
|
||||||
|
#if CAP_RUG
|
||||||
else if(uni == 'u') rug::select();
|
else if(uni == 'u') rug::select();
|
||||||
|
#endif
|
||||||
else if(doexiton(sym, uni))
|
else if(doexiton(sym, uni))
|
||||||
popScreen();
|
popScreen();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user