1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

removed 'work in progress' messages

This commit is contained in:
Zeno Rogue 2019-06-18 14:17:51 +02:00
parent 770fb1f5e1
commit 2b2c07a0e7

View File

@ -403,8 +403,8 @@ void ge_select_tiling(const vector<eGeometry>& lst) {
dialog::init(XLAT("experiment with geometry"));
if(&lst == &list3d)
dialog::addInfo("3D geometries are a work in progress", 0x800000);
/* if(&lst == &list3d)
dialog::addInfo("3D geometries are a work in progress", 0x800000); */
char letter = 'a';
for(eGeometry i: lst) {