1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

removed useless code

This commit is contained in:
Zeno Rogue 2017-11-13 11:33:26 +01:00
parent c27eccce4a
commit a3a70dfe4a

View File

@ -646,11 +646,6 @@ namespace conformal {
}
polygonal::solve();
vid.alpha = 1; vid.scale = 1;
/* if(pmodel && vid.usingGL) {
addMessage(XLAT("openGL mode disabled"));
vid.usingGL = false;
setvideomode();
} */
}
else if(sym == 'x' && pmodel == mdPolygonal)
dialog::editNumber(polygonal::SI, 3, 10, 1, 4, XLAT("polygon sides"), "");