mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 11:08:05 +00:00
simplified and generalized cdata
This commit is contained in:
@@ -1546,7 +1546,7 @@ namespace patterns {
|
||||
dialog::addItem(XLAT("random colors"), 'r');
|
||||
dialog::addItem(XLAT("distance from origin"), 'M');
|
||||
|
||||
if(stdeuc) {
|
||||
if(geometry_supports_cdata()) {
|
||||
dialog::addItem(XLAT("rainbow landscape"), 'l');
|
||||
dialog::addItem(XLAT("dark rainbow landscape"), 'd');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user