1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 10:49:58 +00:00

patterns:: coloring appears in the menu for cube

This commit is contained in:
Zeno Rogue 2018-04-06 12:18:59 +02:00
parent 8e50cc9e50
commit 228f677e00

View File

@ -1252,7 +1252,7 @@ namespace patterns {
if(nonbitrunc && S3 == 4)
dialog::addBoolItem(XLAT("chessboard"), (whichPattern == PAT_CHESS), PAT_CHESS);
if(a38 || a46 || euclid || S3 == 4)
if(a38 || a46 || euclid || S3 == 4 || S7 == 4)
dialog::addBoolItem(XLAT("coloring"), (whichPattern == PAT_COLORING), PAT_COLORING);
if(sphere)