mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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');
|
||||
}
|
||||
else if(uni == 'z') editScale();
|
||||
#if CAP_RUG
|
||||
else if(uni == 'u') rug::select();
|
||||
#endif
|
||||
else if(doexiton(sym, uni))
|
||||
popScreen();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user