Lua: Allow setting debug_flags

This commit is contained in:
Pasi Kallinen
2021-07-29 07:36:08 +03:00
parent bb23c4f557
commit 7bfbe0fba9
4 changed files with 24 additions and 13 deletions

View File

@@ -205,6 +205,7 @@ struct instance_flags {
boolean vision_inited; /* true if vision is ready */
boolean sanity_check; /* run sanity checks */
boolean debug_mongen; /* debug: prevent monster generation */
boolean debug_hunger; /* debug: prevent hunger */
boolean mon_polycontrol; /* debug: control monster polymorphs */
boolean in_dumplog; /* doing the dumplog right now? */
boolean in_parse; /* is a command being parsed? */