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:
6
cell.cpp
6
cell.cpp
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user