From 1be1713b916041cd973dcb006d96b7c5156a805c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 16 Jun 2021 13:13:24 +0200 Subject: [PATCH] monmirror editable --- debug.cpp | 3 +++ 1 file changed, 3 insertions(+) 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] () {