1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-24 21:49:43 +00:00

new debug_map_* flags, and the new debug system used in reg3

This commit is contained in:
Zeno Rogue
2025-10-19 17:04:05 +02:00
parent 8393145cf7
commit e055f3bd08
2 changed files with 76 additions and 65 deletions

View File

@@ -11,6 +11,12 @@
namespace hr {
EX debugflag debug_map_warnings = {"map_warnings", true};
EX debugflag debug_map_errors = {"map_errors", true};
EX debugflag debug_map_details = {"map_details"};
EX debugflag debug_map_numerical = {"map_numerical"};
EX debugflag debug_map_create = {"map_create"};
#if HDR
extern int default_levs();