mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 12:28:07 +00:00
fixed some CAP guards
This commit is contained in:
@@ -403,6 +403,7 @@ struct debugScreen {
|
||||
dialog::use_hexeditor();
|
||||
});
|
||||
}
|
||||
#if CAP_COMPLEX2
|
||||
if(dice::on(what)) {
|
||||
dialog::addSelItem(XLAT("die shape"), dice::die_name(dice::data[what].which), 'A');
|
||||
dialog::add_action_push([what] {
|
||||
@@ -435,6 +436,7 @@ struct debugScreen {
|
||||
});
|
||||
dialog::addBoolItem_action(XLAT("die mirror status"), dice::data[what].mirrored, 'D');
|
||||
}
|
||||
#endif
|
||||
dialog::addBreak(50);
|
||||
|
||||
if(show_debug_data) {
|
||||
|
||||
Reference in New Issue
Block a user