diff --git a/debug.cpp b/debug.cpp index e70612d6..35186a4a 100644 --- a/debug.cpp +++ b/debug.cpp @@ -469,6 +469,9 @@ struct debugScreen { dialog::add_action([what] () { bitfield_editor(what->mondir, [what] (int i) { what->mondir = i; }, "monster direction"); + dialog::extra_options = [what] () { + dialog::addBoolItem(XLAT("mirrored"), what->monmirror, 'M'); + }; }); dialog::addSelItem("stuntime", its(what->stuntime), 's'); dialog::add_action([what] () {