mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
patterns:: coloring appears in the menu for cube
This commit is contained in:
parent
8e50cc9e50
commit
228f677e00
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user