no 'u' in geom-exp with CAP_RUG

This commit is contained in:
Zeno Rogue 2017-11-07 13:09:46 +01:00
parent a9a45c1d74
commit 2f276f5016
1 changed files with 2 additions and 0 deletions

View File

@ -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();
};